1 write to _allowPreprocessorDirectives
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
119_allowPreprocessorDirectives = allowPreprocessorDirectives;
2 references to _allowPreprocessorDirectives
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer.cs (2)
2376if (_allowPreprocessorDirectives) 2807if (!_allowPreprocessorDirectives) goto default;