1 write to _backgroundParser
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspace.cs (1)
48
_backgroundParser
= new BackgroundParser(this);
3 references to _backgroundParser
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\VisualStudioWorkspace.cs (3)
49
_backgroundParser
.Start();
84
=>
_backgroundParser
?.Parse(document);
87
=>
_backgroundParser
?.CancelParse(documentId);