1 write to _backgroundParser
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
119_backgroundParser = new BackgroundParser(this);
4 references to _backgroundParser
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (4)
Workspaces\TestWorkspace.cs (4)
120_backgroundParser.Start(); 147_backgroundParser?.Parse(document); 152_backgroundParser?.CancelParse(documentId); 182_backgroundParser?.CancelAllParses();