18 instantiations of DiagnosticResultLocation
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (18)
ComponentParameterCaptureUnmatchedValuesHasWrongTypeTest.cs (1)
69
new
DiagnosticResultLocation
("Test0.cs", 7, 70)
ComponentParameterCaptureUnmatchedValuesMustBeUniqueTest.cs (1)
57
new
DiagnosticResultLocation
("Test0.cs", 6, 15)
ComponentParameterSettersShouldBePublicTest.cs (3)
83
new
DiagnosticResultLocation
("Test0.cs", 7, 39)
93
new
DiagnosticResultLocation
("Test0.cs", 8, 39)
103
new
DiagnosticResultLocation
("Test0.cs", 9, 39)
ComponentParametersShouldBePublicCodeFixProviderTest.cs (4)
50
new
DiagnosticResultLocation
("Test0.cs", 8, 40)
90
new
DiagnosticResultLocation
("Test0.cs", 8, 39)
100
new
DiagnosticResultLocation
("Test0.cs", 9, 39)
110
new
DiagnosticResultLocation
("Test0.cs", 10, 39)
ComponentParametersShouldBePublicTest.cs (4)
68
new
DiagnosticResultLocation
("Test0.cs", 7, 32)
78
new
DiagnosticResultLocation
("Test0.cs", 8, 40)
88
new
DiagnosticResultLocation
("Test0.cs", 9, 42)
98
new
DiagnosticResultLocation
("Test0.cs", 10, 41)
ComponentParameterUsageAnalyzerTest.cs (5)
55
new
DiagnosticResultLocation
("Test0.cs", 11, 17)
86
new
DiagnosticResultLocation
("Test0.cs", 11, 17)
117
new
DiagnosticResultLocation
("Test0.cs", 11, 17)
148
new
DiagnosticResultLocation
("Test0.cs", 11, 17)
179
new
DiagnosticResultLocation
("Test0.cs", 11, 17)
4 references to DiagnosticResultLocation
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (4)
Helpers\DiagnosticResult.cs (3)
42
private
DiagnosticResultLocation
[] locations;
44
public
DiagnosticResultLocation
[] Locations
50
this.locations = new
DiagnosticResultLocation
[] { };
Verifiers\DiagnosticVerifier.cs (1)
190
private static void VerifyDiagnosticLocation(DiagnosticAnalyzer analyzer, Diagnostic diagnostic, Location actual,
DiagnosticResultLocation
expected)