1 write to _analyzerFilePath
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\DiagnosticItem\CpsDiagnosticItemSource.cs (1)
41
_analyzerFilePath
= CpsUtilities.ExtractAnalyzerFilePath(_projectDirectoryPath, _item.CanonicalName);
2 references to _analyzerFilePath
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\DiagnosticItem\CpsDiagnosticItemSource.cs (2)
122
if (string.IsNullOrEmpty(
_analyzerFilePath
))
127
return project.AnalyzerReferences.FirstOrDefault(r => string.Equals(r.FullPath,
_analyzerFilePath
, StringComparison.OrdinalIgnoreCase));