Home
last modified time | relevance | path

Searched refs:net_collection_readonly (Results 1 – 12 of 12) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/NetworkInformation/
H A DIPAddressCollection.cs38 throw new NotSupportedException(SR.net_collection_readonly); in Add()
66 throw new NotSupportedException(SR.net_collection_readonly); in Remove()
71 throw new NotSupportedException(SR.net_collection_readonly); in Clear()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DUnicastIPAddressInformationCollection.cs41 throw new NotSupportedException(SR.net_collection_readonly); in Add()
74 throw new NotSupportedException(SR.net_collection_readonly); in Remove()
79 throw new NotSupportedException(SR.net_collection_readonly); in Clear()
H A DIPAddressInformationCollection.cs40 throw new NotSupportedException(SR.net_collection_readonly); in Add()
73 throw new NotSupportedException(SR.net_collection_readonly); in Remove()
78 throw new NotSupportedException(SR.net_collection_readonly); in Clear()
H A DMulticastIPAddressInformationCollection.cs40 throw new NotSupportedException(SR.net_collection_readonly); in Add()
73 throw new NotSupportedException(SR.net_collection_readonly); in Remove()
78 throw new NotSupportedException(SR.net_collection_readonly); in Clear()
H A DGatewayIPAddressInformationCollection.cs54 throw new NotSupportedException(SR.net_collection_readonly); in Add()
79 throw new NotSupportedException(SR.net_collection_readonly); in Remove()
84 throw new NotSupportedException(SR.net_collection_readonly); in Clear()
H A DInternalIPAddressCollection.cs46 throw new NotSupportedException(SR.net_collection_readonly); in Add()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DUnicastIPAddressInformationCollection.cs35 throw new NotSupportedException(SR.GetString(SR.net_collection_readonly)); in Add()
72 throw new NotSupportedException(SR.GetString(SR.net_collection_readonly)); in Remove()
77 throw new NotSupportedException(SR.GetString(SR.net_collection_readonly)); in Clear()
H A DGatewayIPAddressInformationCollection.cs41 throw new NotSupportedException(SR.GetString(SR.net_collection_readonly)); in Add()
68 throw new NotSupportedException(SR.GetString(SR.net_collection_readonly)); in Remove()
73 throw new NotSupportedException(SR.GetString(SR.net_collection_readonly)); in Clear()
H A DIPAddressCollection.cs32 throw new NotSupportedException(SR.GetString(SR.net_collection_readonly)); in Add()
66 throw new NotSupportedException(SR.GetString(SR.net_collection_readonly)); in Remove()
71 throw new NotSupportedException(SR.GetString(SR.net_collection_readonly)); in Clear()
H A DIPAddressInformationCollection.cs34 throw new NotSupportedException(SR.GetString(SR.net_collection_readonly)); in Add()
67 throw new NotSupportedException(SR.GetString(SR.net_collection_readonly)); in Remove()
72 throw new NotSupportedException(SR.GetString(SR.net_collection_readonly)); in Clear()
H A DMulticastIPAddressInformationCollection.cs34 throw new NotSupportedException(SR.GetString(SR.net_collection_readonly)); in Add()
67 throw new NotSupportedException(SR.GetString(SR.net_collection_readonly)); in Remove()
72 throw new NotSupportedException(SR.GetString(SR.net_collection_readonly)); in Clear()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs628 public const string net_collection_readonly = "The collection is read-only."; field in SR