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