2 instantiations of BackgroundParser
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
119_backgroundParser = new BackgroundParser(this);
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspace.cs (1)
48_backgroundParser = new BackgroundParser(this);
2 references to BackgroundParser
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
57private readonly BackgroundParser _backgroundParser;
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspace.cs (1)
25private readonly BackgroundParser? _backgroundParser;