1 write to Diagnostics
Microsoft.CodeAnalysis.CodeStyle (1)
EmbeddedSyntaxToken.cs (1)
44
Diagnostics
= diagnostics;
2 references to Diagnostics
Microsoft.CodeAnalysis.CodeStyle (2)
EmbeddedSyntaxToken.cs (2)
51
=>
Diagnostics
.Length > 0 ? this : WithDiagnostics(ImmutableArray.Create(diagnostic));
69
diagnostics.HasValue ? diagnostics.Value :
Diagnostics
,