5 references to _metadataReferencesAddedInBatch
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProject.cs (5)
587if (_metadataReferencesAddedInBatch.Count > 0) 592foreach (var (path, properties) in _metadataReferencesAddedInBatch) 612ClearAndZeroCapacity(_metadataReferencesAddedInBatch); 1047_metadataReferencesAddedInBatch.Add((fullPath, properties)); 1115if (!_metadataReferencesAddedInBatch.Remove((fullPath, properties)))