20 references to IsGenericMethodDefinition
ILCompiler.Compiler (10)
Compiler\Dataflow\HandleCallAction.cs (1)
148
if (!methodInstantiated.
IsGenericMethodDefinition
)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (2)
810
Debug.Assert(!method.
IsGenericMethodDefinition
);
1438
if (_method.IsVirtual && _method.HasInstantiation && !_method.
IsGenericMethodDefinition
&& !_method.OwningType.IsGenericDefinition)
Compiler\MetadataManager.cs (1)
874
Debug.Assert(!method.
IsGenericMethodDefinition
&& !method.OwningType.IsGenericDefinition);
Compiler\RootingHelpers.cs (2)
141
if (typicalMethod.
IsGenericMethodDefinition
|| typicalMethod.OwningType.IsGenericDefinition)
165
if (method.
IsGenericMethodDefinition
|| method.Instantiation.ContainsSignatureVariables())
Compiler\UsageBasedMetadataManager.cs (2)
200
if (!method.
IsGenericMethodDefinition
&& !method.OwningType.IsGenericDefinition)
884
if (method.
IsGenericMethodDefinition
|| method.OwningType.IsGenericDefinition)
parent\parent\Common\Compiler\CompilerTypeSystemContext.Validation.cs (1)
225
if (!method.
IsGenericMethodDefinition
&& !owningType.IsGenericDefinition)
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
24
Debug.Assert(!method.
IsGenericMethodDefinition
);
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\AllMethodsOnTypeNode.cs (1)
40
if (!method.
IsGenericMethodDefinition
&&
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (1)
82
!Method.
IsGenericMethodDefinition
&&
Compiler\DependencyAnalysis\ReadyToRun\SignatureBuilder.cs (1)
474
if (method.Method.HasInstantiation && !method.Method.
IsGenericMethodDefinition
)
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (1)
239
if (!method.
IsGenericMethodDefinition
&&
Compiler\ProfileDataManager.cs (1)
430
if (!method.Signature.IsStatic && !method.IsAbstract && !method.
IsGenericMethodDefinition
)
Compiler\ReadyToRunProfilingRootProvider.cs (1)
43
if (method.
IsGenericMethodDefinition
)
parent\parent\Common\Compiler\CompilerTypeSystemContext.Validation.cs (1)
225
if (!method.
IsGenericMethodDefinition
&& !owningType.IsGenericDefinition)
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
24
Debug.Assert(!method.
IsGenericMethodDefinition
);
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
35
Debug.Assert(!method.
IsGenericMethodDefinition
&& !method.OwningType.IsGenericDefinition);
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\RuntimeDetermined\MethodDesc.RuntimeDetermined.cs (1)
88
if (
IsGenericMethodDefinition
)