1 write to _projectDirectoryPath
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\DiagnosticItem\CpsDiagnosticItemSource.cs (1)
39
_projectDirectoryPath
= Path.GetDirectoryName(projectPath);
1 reference to _projectDirectoryPath
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\DiagnosticItem\CpsDiagnosticItemSource.cs (1)
41
_analyzerFilePath = CpsUtilities.ExtractAnalyzerFilePath(
_projectDirectoryPath
, _item.CanonicalName);