3 writes to _lazyNonLocals
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\DiagnosticAnalysisResultBuilder.cs (3)
66
AddDocumentDiagnostic(ref
_lazyNonLocals
, Project.GetRequiredTextDocument(diagnosticDocumentId), diagnostic);
136
AddDocumentDiagnostic(ref
_lazyNonLocals
, Project.GetRequiredTextDocument(diagnosticDocumentId), diagnostic);
159
AddDocumentDiagnostic(ref
_lazyNonLocals
, Project.GetRequiredDocument(diagnosticTree), diagnostic);
1 reference to _lazyNonLocals
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\DiagnosticAnalysisResultBuilder.cs (1)
31
public readonly ImmutableDictionary<DocumentId, ImmutableArray<DiagnosticData>> NonLocals => Convert(
_lazyNonLocals
);