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