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