19 references to IsMethodDefinition
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (3)
121if (method.HasInstantiation && !method.IsMethodDefinition) 143if (_method.HasInstantiation && !_method.IsMethodDefinition) 169if (_method.HasInstantiation && !_method.IsMethodDefinition)
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (2)
24Debug.Assert((targetMethod.HasInstantiation && targetMethod.IsMethodDefinition) 53if (!_targetMethod.IsMethodDefinition && !_targetMethod.OwningType.IsGenericDefinition
parent\parent\Common\Compiler\CompilerTypeSystemContext.Async.cs (4)
184if (asyncVariantMethod.HasInstantiation && !asyncVariantMethod.IsMethodDefinition) 203if (taskReturningMethod.HasInstantiation && !taskReturningMethod.IsMethodDefinition) 223if (returnDroppingThunk.HasInstantiation && !returnDroppingThunk.IsMethodDefinition) 255if (asyncVariantMethod.HasInstantiation && !asyncVariantMethod.IsMethodDefinition)
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Method.cs (1)
132Debug.Assert(method.IsMethodDefinition);
ILCompiler.ReadyToRun (7)
Compiler\ReadyToRunCodegenCompilation.cs (1)
712Debug.Assert(method.IsMethodDefinition);
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
3619Debug.Assert(typicalMethod.IsMethodDefinition); 3652Debug.Assert(typicalMethod.IsMethodDefinition);
parent\parent\Common\Compiler\CompilerTypeSystemContext.Async.cs (4)
184if (asyncVariantMethod.HasInstantiation && !asyncVariantMethod.IsMethodDefinition) 203if (taskReturningMethod.HasInstantiation && !taskReturningMethod.IsMethodDefinition) 223if (returnDroppingThunk.HasInstantiation && !returnDroppingThunk.IsMethodDefinition) 255if (asyncVariantMethod.HasInstantiation && !asyncVariantMethod.IsMethodDefinition)
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (1)
754return HasInstantiation && IsMethodDefinition;
parent\parent\Common\TypeSystem\Common\TypeSystemHelpers.cs (1)
273Debug.Assert(method.IsMethodDefinition && !method.HasInstantiation);