5 references to InvalidOperation_NotGenericType
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureFunctionPointerType.cs (1)
70public sealed override Type GetGenericTypeDefinition() => throw new InvalidOperationException(SR.InvalidOperation_NotGenericType);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
34public sealed override Type GetGenericTypeDefinition() => throw new InvalidOperationException(SR.InvalidOperation_NotGenericType);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
35public sealed override Type GetGenericTypeDefinition() => throw new InvalidOperationException(SR.InvalidOperation_NotGenericType);
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
399throw new InvalidOperationException(SR.InvalidOperation_NotGenericType);
System\RuntimeType.NativeAot.cs (1)
429throw new InvalidOperationException(SR.InvalidOperation_NotGenericType);