11 references to NotSupported_StringComparison
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\String.Comparison.cs (5)
260throw new ArgumentException(SR.NotSupported_StringComparison, nameof(comparisonType)); 574throw new ArgumentException(SR.NotSupported_StringComparison, nameof(comparisonType)); 683throw new ArgumentException(SR.NotSupported_StringComparison, nameof(comparisonType)); 741throw new ArgumentException(SR.NotSupported_StringComparison, nameof(comparisonType)); 998throw new ArgumentException(SR.NotSupported_StringComparison, nameof(comparisonType));
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (1)
1200throw new ArgumentException(SR.NotSupported_StringComparison, nameof(comparisonType));
src\libraries\System.Private.CoreLib\src\System\String.Searching.cs (3)
74throw new ArgumentException(SR.NotSupported_StringComparison, nameof(comparisonType)); 285: new ArgumentException(SR.NotSupported_StringComparison, nameof(comparisonType)); 423: new ArgumentException(SR.NotSupported_StringComparison, nameof(comparisonType));
src\libraries\System.Private.CoreLib\src\System\StringComparer.cs (1)
42_ => throw new ArgumentException(SR.NotSupported_StringComparison, nameof(comparisonType)),
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
1142return SR.NotSupported_StringComparison;