1 write to _allowPreprocessorDirectives
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
123
_allowPreprocessorDirectives
= allowPreprocessorDirectives;
2 references to _allowPreprocessorDirectives
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer.cs (2)
2000
if (
_allowPreprocessorDirectives
)
2465
if (!
_allowPreprocessorDirectives
) goto default;