1 write to Path
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (1)
Helpers\DiagnosticResult.cs (1)
27
this.
Path
= path;
4 references to Path
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (4)
Helpers\DiagnosticResult.cs (1)
71
return this.Locations.Length > 0 ? this.Locations[0].
Path
: "";
Verifiers\DiagnosticVerifier.cs (3)
194
Assert.True(actualSpan.Path == expected.
Path
|| (actualSpan.Path != null && actualSpan.Path.Contains("Test0.") && expected.
Path
.Contains("Test.")),
198
expected.
Path
, actualSpan.Path, FormatDiagnostics(analyzer, diagnostic)));