1 write to _parser
Microsoft.CodeAnalysis.CSharp (1)
Parser\LanguageParser.cs (1)
4216
_parser
= parser;
2 references to _parser
Microsoft.CodeAnalysis.CSharp (2)
Parser\LanguageParser.cs (2)
4218
_parser
.IsInAsync = isInAsync;
4223
_parser
.IsInAsync = _previousInAsync;