9 references to CollectionReadOnly
System.Collections.Specialized (9)
System\Collections\Specialized\NameObjectCollectionBase.cs (6)
174
throw new NotSupportedException(SR.
CollectionReadOnly
);
203
throw new NotSupportedException(SR.
CollectionReadOnly
);
240
throw new NotSupportedException(SR.
CollectionReadOnly
);
267
throw new NotSupportedException(SR.
CollectionReadOnly
);
295
throw new NotSupportedException(SR.
CollectionReadOnly
);
341
throw new NotSupportedException(SR.
CollectionReadOnly
);
System\Collections\Specialized\NameValueCollection.cs (3)
190
throw new NotSupportedException(SR.
CollectionReadOnly
);
259
throw new NotSupportedException(SR.
CollectionReadOnly
);
305
throw new NotSupportedException(SR.
CollectionReadOnly
);