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