4 references to ICollectionCalls
Microsoft.Build (4)
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Builder.cs (2)
61
bool ICollection.IsSynchronized =>
ICollectionCalls
.IsSynchronized(ref _builder);
147
=>
ICollectionCalls
.CopyTo(ref _builder, array, index);
src\5057ed6cf5d6323b\ImmutableSegmentedList`1+Builder.cs (2)
34
bool ICollection.IsSynchronized =>
ICollectionCalls
.IsSynchronized(ref _builder);
248
=>
ICollectionCalls
.CopyTo(ref _builder, array, index);