10 overrides of GetDehydratedSection
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\ArrayOfFrozenObjectsNode.cs (1)
61protected override ObjectNodeSection GetDehydratedSection(NodeFactory factory) => ObjectNodeSection.DataSection;
Compiler\DependencyAnalysis\DataOnlyEETypeNode.cs (1)
37protected override ObjectNodeSection GetDehydratedSection(NodeFactory factory)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
213protected override ObjectNodeSection GetDehydratedSection(NodeFactory factory)
Compiler\DependencyAnalysis\FatFunctionPointerNode.cs (1)
46protected override ObjectNodeSection GetDehydratedSection(NodeFactory factory)
Compiler\DependencyAnalysis\GenericDictionaryNode.cs (1)
44protected override ObjectNodeSection GetDehydratedSection(NodeFactory factory)
Compiler\DependencyAnalysis\InterfaceDispatchCellSectionNode.cs (1)
90protected override ObjectNodeSection GetDehydratedSection(NodeFactory factory) => ObjectNodeSection.DataSection;
Compiler\DependencyAnalysis\NonGCStaticsNode.cs (1)
35protected override ObjectNodeSection GetDehydratedSection(NodeFactory factory)
Compiler\DependencyAnalysis\RuntimeFieldHandleNode.cs (1)
33protected override ObjectNodeSection GetDehydratedSection(NodeFactory factory)
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (1)
40protected override ObjectNodeSection GetDehydratedSection(NodeFactory factory)
Compiler\DependencyAnalysis\TypeThreadStaticIndexNode.cs (1)
34protected override ObjectNodeSection GetDehydratedSection(NodeFactory factory)
2 references to GetDehydratedSection
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\DehydratableObjectNode.cs (2)
10ObjectNodeSection desiredSection = GetDehydratedSection(factory); 29skipDehydrating |= GetDehydratedSection(factory).Type == SectionType.Uninitialized;