1 write to IsInFieldKeywordContext
Microsoft.CodeAnalysis.CSharp (1)
Parser\LanguageParser.cs (1)
13885set => _syntaxFactoryContext.IsInFieldKeywordContext = value;
4 references to IsInFieldKeywordContext
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (2)
13861context.IsInFieldKeywordContext == green.ParsedInFieldKeywordContext; 13884get => _syntaxFactoryContext.IsInFieldKeywordContext;
Syntax\InternalSyntax\CSharpSyntaxNode.cs (1)
234if (context.IsInFieldKeywordContext)
Syntax\InternalSyntax\CSharpSyntaxNodeCache.cs (1)
42if (context.IsInFieldKeywordContext)