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