3 references to IsReadOnly
Microsoft.Build (3)
ImmutableSegmentedDictionary`2+Builder.cs (1)
49bool ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly => ICollectionCalls<KeyValuePair<TKey, TValue>>.IsReadOnly(ref _builder);
ImmutableSegmentedHashSet`1+Builder.cs (1)
36bool ICollection<T>.IsReadOnly => ICollectionCalls<T>.IsReadOnly(ref _builder);
ImmutableSegmentedList`1+Builder.cs (1)
28bool ICollection<T>.IsReadOnly => ICollectionCalls<T>.IsReadOnly(ref _builder);