3 writes to _lazyNonLocals
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\DiagnosticAnalysisResultBuilder.cs (3)
69
AddDocumentDiagnostic(ref
_lazyNonLocals
, Project.GetRequiredTextDocument(diagnosticDocumentId), diagnostic);
139
AddDocumentDiagnostic(ref
_lazyNonLocals
, Project.GetRequiredTextDocument(diagnosticDocumentId), diagnostic);
162
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
);