36 references to NotSupported_ReadOnlyCollection
System.Text.RegularExpressions (36)
System\Text\RegularExpressions\CaptureCollection.cs (12)
216throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 219throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 224set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 228throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 231throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 237throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 240throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 243throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 252throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 257throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 260throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 265set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
System\Text\RegularExpressions\GroupCollection.cs (12)
272throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 275throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 280set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 284throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 287throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 293throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 296throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 299throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 308throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 313throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 316throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 321set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
System\Text\RegularExpressions\MatchCollection.cs (12)
296throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 299throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 304set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 308throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 311throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 320throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 323throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 326throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 335throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 340throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 343throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection); 348set => throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);