1 write to _lazyOthers
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\DiagnosticAnalysisResultBuilder.cs (1)
107
_lazyOthers
??= [];
3 references to _lazyOthers
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\DiagnosticAnalysisResultBuilder.cs (3)
32
public readonly ImmutableArray<DiagnosticData> Others =>
_lazyOthers
== null ? [] : [..
_lazyOthers
];
108
_lazyOthers
.Add(data);