1 write to DotNetPath
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\ProgramFilesAnalyzerPathResolver.cs (1)
35
DotNetPath
= Path.Combine(programFilesPath, "dotnet");
1 reference to DotNetPath
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\ProgramFilesAnalyzerPathResolver.cs (1)
39
=> analyzerPath.StartsWith(
DotNetPath
, StringComparison.OrdinalIgnoreCase);