37 references to NotSupported_ReadOnlyCollection
System.Private.CoreLib (37)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (20)
1866set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1873throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1878throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1903throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1908throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1913throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1937set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1944throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1949throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1961set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 1966throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2018throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2023throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2043throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2048throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2053throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2058throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2073throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2078throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 2094throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (16)
57throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 62throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 68set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 87throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 92throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 97throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 119throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 124throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 149throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 172set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 260throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 265throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 284throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 316throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 321throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 337throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
1108return SR.NotSupported_ReadOnlyCollection;