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