4 overrides of IsConstructedGenericMethod
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeConstructorInfo.cs (1)
110
public sealed override bool
IsConstructedGenericMethod
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
169
public abstract override bool
IsConstructedGenericMethod
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoConstructor.cs (1)
40
public sealed override bool
IsConstructedGenericMethod
=> false;
System\Reflection\TypeLoading\Methods\RoMethod.cs (1)
48
public abstract override bool
IsConstructedGenericMethod
{ get; }
5 references to IsConstructedGenericMethod
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
114
if (method.
IsConstructedGenericMethod
)
System.Private.Reflection.Execution (2)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (1)
104
resourceName = methodBase.
IsConstructedGenericMethod
? SR.MakeGenericMethod_NoMetadata : SR.Object_NotInvokable;
Internal\Reflection\Execution\PayForPlayExperience\MissingMetadataExceptionCreator.cs (1)
28
if (method.
IsConstructedGenericMethod
)
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
757
if (method.
IsConstructedGenericMethod
)
1194
private bool IsConstructedFromMethodBuilderOrTypeBuilder(MethodInfo method) => method.
IsConstructedGenericMethod
&&