4 writes to _lazyNonLocals
Microsoft.CodeAnalysis.Workspaces (4)
Diagnostics\DiagnosticAnalysisResultBuilder.cs (4)
41
_lazyNonLocals
= null;
83
AddDocumentDiagnostic(ref
_lazyNonLocals
, Project.GetTextDocument(diagnosticDocumentId), diagnostic);
158
AddDocumentDiagnostic(ref
_lazyNonLocals
, Project.GetRequiredTextDocument(diagnosticDocumentId), diagnostic);
181
AddDocumentDiagnostic(ref
_lazyNonLocals
, Project.GetDocument(diagnosticTree), diagnostic);
1 reference to _lazyNonLocals
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\DiagnosticAnalysisResultBuilder.cs (1)
48
public readonly ImmutableDictionary<DocumentId, ImmutableArray<DiagnosticData>> NonLocals => Convert(
_lazyNonLocals
);