2 writes to _analyzerReferencesProject
dotnet-format.UnitTests (2)
Analyzers\ThirdPartyAnalyzerFormatterTests.cs (2)
45_analyzerReferencesProject = analyzerWorkspace.CurrentSolution.Projects.Single(); 56_analyzerReferencesProject = null;
2 references to _analyzerReferencesProject
dotnet-format.UnitTests (2)
Analyzers\ThirdPartyAnalyzerFormatterTests.cs (2)
62=> _analyzerReferencesProject.AnalyzerReferences.Where(reference => reference.Display.StartsWith(prefix)); 168var analyzerReferences = _analyzerReferencesProject.AnalyzerReferences;