1 write to _allowPreprocessorDirectives
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
122
_allowPreprocessorDirectives
= allowPreprocessorDirectives;
2 references to _allowPreprocessorDirectives
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer.cs (2)
1996
if (
_allowPreprocessorDirectives
)
2461
if (!
_allowPreprocessorDirectives
) goto default;