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