3 references to IsReadOnly
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
49
bool ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly => ICollectionCalls<KeyValuePair<TKey, TValue>>.
IsReadOnly
(ref _builder);
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
36
bool ICollection<T>.IsReadOnly => ICollectionCalls<T>.
IsReadOnly
(ref _builder);
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
28
bool ICollection<T>.IsReadOnly => ICollectionCalls<T>.
IsReadOnly
(ref _builder);