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);