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