1 write to AnalyzerFilePath2
Microsoft.VisualStudio.LanguageServices (1)
AnalyzerDependency\AnalyzerDependencyConflict.cs (1)
22AnalyzerFilePath2 = analyzerFilePath2;
8 references to AnalyzerFilePath2
Microsoft.VisualStudio.LanguageServices (3)
AnalyzerDependency\AnalyzerDependencyCheckingService.cs (3)
150analyzerFilePaths.Contains(conflict.AnalyzerFilePath2)) 152var messageArguments = new string[] { conflict.AnalyzerFilePath1, conflict.AnalyzerFilePath2, conflict.Identity.ToString() }; 194m["Analyzer2"] = conflict.AnalyzerFilePath2;
Microsoft.VisualStudio.LanguageServices.UnitTests (5)
AnalyzerSupport\AnalyzerDependencyCheckerTests.vb (5)
317Dim analyzer2FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath2) 386Dim analyzer2FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath2) 464Dim analyzer2FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath2) 514Dim analyzer2FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath2) 627Dim analyzer2FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath2)