1 write to _projectDirectoryPath
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\DiagnosticItem\CpsDiagnosticItemSource.cs (1)
32
_projectDirectoryPath
= Path.GetDirectoryName(projectPath);
1 reference to _projectDirectoryPath
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\DiagnosticItem\CpsDiagnosticItemSource.cs (1)
112
var analyzerFilePath = CpsUtilities.ExtractAnalyzerFilePath(
_projectDirectoryPath
, canonicalName);