2 references to IsSynchronized
Microsoft.CodeAnalysis.Collections.Package (2)
ImmutableSegmentedDictionary`2+Builder.cs (1)
59bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
ImmutableSegmentedList`1+Builder.cs (1)
32bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);