8 references to Argument_InvalidHandle
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.Unix.cs (1)
79throw new ArgumentException(SR.Argument_InvalidHandle, nameof(handle));
src\System\Reflection\FieldInfo.CoreCLR.cs (2)
11throw new ArgumentException(SR.Argument_InvalidHandle, nameof(handle)); 27throw new ArgumentException(SR.Argument_InvalidHandle);
src\System\Reflection\MethodBase.CoreCLR.cs (2)
18throw new ArgumentException(SR.Argument_InvalidHandle); 34throw new ArgumentException(SR.Argument_InvalidHandle);
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (2)
24throw new ArgumentException(SR.Argument_InvalidHandle); 94throw new ArgumentException(SR.Argument_InvalidHandle);
src\System\Threading\Thread.CoreCLR.cs (1)
81throw new ThreadStateException(SR.Argument_InvalidHandle);