8 references to Argument_InvalidFlag
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.cs (2)
485
message: ((options & CompareOptions.Ordinal) != 0) ? SR.Argument_CompareOptionOrdinal : SR.
Argument_InvalidFlag
);
1359
throw new ArgumentException(paramName: nameof(options), message: SR.
Argument_InvalidFlag
);
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Icu.cs (1)
691
throw new ArgumentException(SR.
Argument_InvalidFlag
, nameof(options));
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Invariant.cs (1)
18
throw new ArgumentException(SR.
Argument_InvalidFlag
, nameof(options));
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Nls.cs (1)
378
throw new ArgumentException(SR.
Argument_InvalidFlag
, nameof(options));
src\libraries\System.Private.CoreLib\src\System\StringComparer.cs (1)
235
throw new ArgumentException(SR.
Argument_InvalidFlag
, nameof(options));
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.cs (1)
71
throw new ArgumentException(SR.
Argument_InvalidFlag
, nameof(mode));
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
1220
return SR.
Argument_InvalidFlag
;