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