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