2 references to IsSynchronized
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);