csharp context
C# contextual keywords that are reserved in certain contexts. While not always reserved, treating them as keywords in generated code avoids subtle context-dependent issues.
const csharpContextualKeywords: ReadonlySet<string>Accessor
Section titled “Accessor”const myContext = useContext(csharpContext);Context interface
Section titled “Context interface”string
See also
Section titled “See also”- https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/#contextual-keywords