1 write to AnalyzerFilePath1
Microsoft.VisualStudio.LanguageServices (1)
AnalyzerDependency\AnalyzerDependencyConflict.cs (1)
21AnalyzerFilePath1 = analyzerFilePath1;
8 references to AnalyzerFilePath1
Microsoft.VisualStudio.LanguageServices (3)
AnalyzerDependency\AnalyzerDependencyCheckingService.cs (3)
149if (analyzerFilePaths.Contains(conflict.AnalyzerFilePath1) || 152var messageArguments = new string[] { conflict.AnalyzerFilePath1, conflict.AnalyzerFilePath2, conflict.Identity.ToString() }; 193m["Analyzer1"] = conflict.AnalyzerFilePath1;
Microsoft.VisualStudio.LanguageServices.UnitTests (5)
AnalyzerSupport\AnalyzerDependencyCheckerTests.vb (5)
316Dim analyzer1FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath1) 385Dim analyzer1FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath1) 463Dim analyzer1FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath1) 513Dim analyzer1FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath1) 626Dim analyzer1FileName As String = Path.GetFileName(conflicts(0).AnalyzerFilePath1)