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