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