2 references to ICollectionCalls
Microsoft.Build.Framework (2)
ImmutableSegmentedList`1+Builder.cs (2)
32
bool ICollection.IsSynchronized =>
ICollectionCalls
.IsSynchronized(ref _builder);
246
=>
ICollectionCalls
.CopyTo(ref _builder, array, index);