I was browsing sources for microsoft .netcore runtime and came across these lines of code
as you can see they are using @ symbol infront of every error message getter like @Error_InvalidFilePath
.
My question is, what is this language feature that is being used here?
And, Where can I read more about it?
Thanks