28 references to IsTypicalMethodDefinition
ILCompiler.Compiler (14)
Compiler\Dataflow\CompilerGeneratedCallGraph.cs (4)
31
Debug.Assert(fromMethod.
IsTypicalMethodDefinition
);
32
Debug.Assert(toMethod.
IsTypicalMethodDefinition
);
39
Debug.Assert(fromMethod.
IsTypicalMethodDefinition
);
48
Debug.Assert(toMethod.
IsTypicalMethodDefinition
);
Compiler\Dataflow\CompilerGeneratedState.cs (1)
746
Debug.Assert(sourceMember is not MethodDesc sourceMethod || sourceMethod.
IsTypicalMethodDefinition
);
Compiler\Dataflow\MethodBodyScanner.cs (1)
289
Debug.Assert(startingMethod.
IsTypicalMethodDefinition
);
Compiler\DependencyAnalysis\DataflowAnalyzedMethodNode.cs (1)
26
Debug.Assert(methodIL.OwningMethod.
IsTypicalMethodDefinition
);
Compiler\DependencyAnalysis\MethodMetadataNode.cs (1)
36
Debug.Assert(method.
IsTypicalMethodDefinition
);
Compiler\DependencyAnalysis\VariantInterfaceMethodUseNode.cs (1)
41
Debug.Assert(decl.
IsTypicalMethodDefinition
);
Compiler\MetadataBlockingPolicy.cs (1)
42
Debug.Assert(method.
IsTypicalMethodDefinition
);
Compiler\MetadataManager.cs (1)
1270
Debug.Assert(method.
IsTypicalMethodDefinition
);
parent\parent\Common\TypeSystem\IL\Stubs\ComparerIntrinsics.cs (1)
54
Debug.Assert(!methodBeingGenerated.
IsTypicalMethodDefinition
);
parent\parent\Common\TypeSystem\IL\Stubs\MethodBaseGetCurrentMethodThunk.cs (1)
22
Debug.Assert(method.
IsTypicalMethodDefinition
);
parent\parent\Common\TypeSystem\IL\Stubs\RuntimeHelpersIntrinsics.cs (1)
23
if (method.Instantiation.Length != 1 || method.
IsTypicalMethodDefinition
)
ILCompiler.MetadataTransform (3)
ILCompiler\Metadata\MetadataTransformResult.cs (1)
89
Debug.Assert(method.
IsTypicalMethodDefinition
);
ILCompiler\Metadata\Transform.Method.cs (2)
36
else if (method.
IsTypicalMethodDefinition
&& _policy.GeneratesMetadata(method))
56
Debug.Assert(method.
IsTypicalMethodDefinition
);
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\ILBodyFixupSignature.cs (1)
47
Debug.Assert(signatureMethod.
IsTypicalMethodDefinition
);
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
878
Debug.Assert(method.
IsTypicalMethodDefinition
);
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
527
Debug.Assert(method.
IsTypicalMethodDefinition
);
Compiler\ProfileDataManager.cs (1)
202
if (targetMeth.Signature.IsStatic || !targetMeth.
IsTypicalMethodDefinition
)
IL\ReadyToRunILProvider.cs (2)
149
Debug.Assert(method.
IsTypicalMethodDefinition
);
182
Debug.Assert(method.
IsTypicalMethodDefinition
);
parent\parent\Common\TypeSystem\IL\Stubs\ComparerIntrinsics.cs (1)
54
Debug.Assert(!methodBeingGenerated.
IsTypicalMethodDefinition
);
parent\parent\Common\TypeSystem\IL\Stubs\RuntimeHelpersIntrinsics.cs (1)
23
if (method.Instantiation.Length != 1 || method.
IsTypicalMethodDefinition
)
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\EcmaMethodIL.cs (1)
157
Debug.Assert(method.
IsTypicalMethodDefinition
);
parent\parent\Common\TypeSystem\RuntimeDetermined\MethodForRuntimeDeterminedType.cs (1)
18
Debug.Assert(typicalMethodDef.
IsTypicalMethodDefinition
);
parent\parent\Common\TypeSystem\RuntimeDetermined\TypeSystemContext.RuntimeDetermined.cs (1)
136
Debug.Assert(typicalMethodDef.
IsTypicalMethodDefinition
);