1 write to Diagnostics
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\EmbeddedSyntax\EmbeddedSyntaxToken.cs (1)
33Diagnostics = diagnostics;
3 references to Diagnostics
Microsoft.AspNetCore.App.Analyzers (3)
Infrastructure\EmbeddedSyntax\EmbeddedSyntaxToken.cs (2)
40=> Diagnostics.Length > 0 ? this : WithDiagnostics(ImmutableArray.Create(diagnostic)); 54diagnostics.HasValue ? diagnostics.Value : Diagnostics,
Infrastructure\RoutePattern\RoutePatternParser.cs (1)
326AddUniqueDiagnostics(seenDiagnostics, token.Diagnostics, diagnostics);