4 references to MetadataEnabledGenericComposition
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
1148? factory.MetadataEnabledGenericComposition(_type.Instantiation)
Compiler\DependencyAnalysis\GenericCompositionNode.cs (1)
23public override bool ShouldSkipEmittingObjectNode(NodeFactory factory) => !_metadataEnabled && factory.MetadataEnabledGenericComposition(_details).Marked;
Compiler\DependencyAnalysis\GvmDispatchCellInfoSectionNode.cs (2)
61uint instantiationIndex = _externalReferences.GetIndex(factory.MetadataEnabledGenericComposition(targetMethod.Instantiation)); 116result.Add(factory.MetadataEnabledGenericComposition(targetMethod.Instantiation), "GVM instantiation info");