3 writes to _idToSourceGeneratedDocumentMap
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\Project.cs (3)
291ImmutableInterlocked.GetOrAdd(ref _idToSourceGeneratedDocumentMap, state.Id, s_createSourceGeneratedDocumentFunction, (state, this)));
328=> ImmutableInterlocked.GetOrAdd(ref _idToSourceGeneratedDocumentMap, state.Id, s_createSourceGeneratedDocumentFunction, (state, this));
359return ImmutableInterlocked.GetOrAdd(ref _idToSourceGeneratedDocumentMap, documentId, s_createSourceGeneratedDocumentFunction, (documentState, this));
2 references to _idToSourceGeneratedDocumentMap
Microsoft.CodeAnalysis.Workspaces (2)