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