6 references to InvalidOperation_HandleIsNotInitialized
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
590throw new InvalidOperationException(SR.InvalidOperation_HandleIsNotInitialized);
src\libraries\System.Private.CoreLib\src\System\WeakReference.cs (1)
191throw new InvalidOperationException(SR.InvalidOperation_HandleIsNotInitialized);
src\libraries\System.Private.CoreLib\src\System\WeakReference.T.cs (1)
105throw new InvalidOperationException(SR.InvalidOperation_HandleIsNotInitialized);
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (3)
74throw new ArgumentException(SR.InvalidOperation_HandleIsNotInitialized, nameof(type)); 94throw new ArgumentException(SR.InvalidOperation_HandleIsNotInitialized, nameof(module)); 111throw new ArgumentException(SR.InvalidOperation_HandleIsNotInitialized, nameof(method));