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)
1996if (_allowPreprocessorDirectives) 2461if (!_allowPreprocessorDirectives) goto default;