2 writes to locations
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (2)
Helpers\DiagnosticResult.cs (2)
50
this.
locations
= new DiagnosticResultLocation[] { };
57
this.
locations
= value;
2 references to locations
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (2)
Helpers\DiagnosticResult.cs (2)
48
if (this.
locations
== null)
52
return this.
locations
;