4 references to InvalidOperation_NotGenericType
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureFunctionPointerType.cs (1)
70
public sealed override Type GetGenericTypeDefinition() => throw new InvalidOperationException(SR.
InvalidOperation_NotGenericType
);
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
34
public sealed override Type GetGenericTypeDefinition() => throw new InvalidOperationException(SR.
InvalidOperation_NotGenericType
);
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
35
public sealed override Type GetGenericTypeDefinition() => throw new InvalidOperationException(SR.
InvalidOperation_NotGenericType
);
src\System\RuntimeType.CoreCLR.cs (1)
3561
throw new InvalidOperationException(SR.
InvalidOperation_NotGenericType
);