14 references to TemplateTypeLayout
ILCompiler.Compiler (14)
Compiler\DependencyAnalysis\CodeBasedDependencyAlgorithm.cs (1)
59dependencies.Add(factory.NativeLayout.TemplateTypeLayout(templateType), "Generic comparer");
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (1)
165templateLayout = factory.NativeLayout.TemplateTypeLayout((TypeDesc)_owningMethodOrType);
Compiler\DependencyAnalysis\EETypeNode.cs (1)
355factory.NativeLayout.TemplateTypeLayout(canonOwningType),
Compiler\DependencyAnalysis\ExternalTypeMapNode.cs (2)
55context.NativeLayout.TemplateTypeLayout(canonTrimmingType), 68context.NativeLayout.TemplateTypeLayout(canonElementType),
Compiler\DependencyAnalysis\GCStaticsNode.cs (1)
81factory.NativeLayout.TemplateTypeLayout(_type.ConvertToCanonForm(CanonicalFormKind.Specific)),
Compiler\DependencyAnalysis\GenericTypesTemplateMap.cs (2)
53NativeLayoutTemplateTypeLayoutVertexNode templateNode = factory.NativeLayout.TemplateTypeLayout(type); 80dependencies.Add(new DependencyListEntry(factory.NativeLayout.TemplateTypeLayout(templateType), "Template Type Layout"));
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (2)
161yield return _factory.NativeLayout.TemplateTypeLayout(arrayCanonicalType); 193yield return _factory.NativeLayout.TemplateTypeLayout(canonicalType);
Compiler\DependencyAnalysis\NonGCStaticsNode.cs (1)
155factory.NativeLayout.TemplateTypeLayout(_type.ConvertToCanonForm(CanonicalFormKind.Specific)),
Compiler\DependencyAnalysis\ProxyTypeMapNode.cs (1)
57context.NativeLayout.TemplateTypeLayout(canonKey),
Compiler\DependencyAnalysis\ReadyToRunGenericHelperNode.cs (1)
252templateLayout = factory.NativeLayout.TemplateTypeLayout((TypeDesc)_dictionaryOwner);
Compiler\DependencyAnalysis\ThreadStaticsNode.cs (1)
117factory.NativeLayout.TemplateTypeLayout(_type.ConvertToCanonForm(CanonicalFormKind.Specific)),