5 references to ConstructedGenericComposition
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
1148
? factory.
ConstructedGenericComposition
(_type.Instantiation)
Compiler\DependencyAnalysis\GenericCompositionNode.cs (1)
23
public override bool ShouldSkipEmittingObjectNode(NodeFactory factory) => !_constructed && factory.
ConstructedGenericComposition
(_details).Marked;
Compiler\DependencyAnalysis\GvmDispatchCellInfoSectionNode.cs (3)
48
builder.EmitReloc(factory.
ConstructedGenericComposition
(targetMethod.Instantiation), RelocType.IMAGE_REL_BASED_RELPTR32);
54
builder.EmitPointerReloc(factory.
ConstructedGenericComposition
(targetMethod.Instantiation));
96
result.Add(factory.
ConstructedGenericComposition
(targetMethod.Instantiation), "GVM instantiation info");