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