Base:
3 references to IsGenericMethodDefinition
System.Reflection.Emit (3)
System\Reflection\Emit\MethodBuilderImpl.cs (2)
113
private void ThrowIfGeneric() { if (IsGenericMethod && !
IsGenericMethodDefinition
) throw new InvalidOperationException(); }
150
if (IsGenericMethod && !
IsGenericMethodDefinition
)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
371
if (method.
IsGenericMethodDefinition
)