119 instantiations of NodeCache
ILCompiler.Compiler (119)
Compiler\DependencyAnalysis\NodeFactory.cs (80)
196_importedTypeSymbols = new NodeCache<TypeDesc, IEETypeNode>((TypeDesc type) => 202_nonGCStatics = new NodeCache<MetadataType, ISortableSymbolNode>((MetadataType type) => 214_GCStatics = new NodeCache<MetadataType, ISortableSymbolNode>((MetadataType type) => 226_GCStaticIndirectionNodes = new NodeCache<MetadataType, EmbeddedObjectNode>((MetadataType type) => 233_threadStatics = new NodeCache<MetadataType, ISymbolDefinitionNode>(CreateThreadStaticsNode); 240_typeThreadStaticIndices = new NodeCache<MetadataType, TypeThreadStaticIndexNode>(type => 251_GCStaticEETypes = new NodeCache<(GCPointerMap, bool), DataOnlyEETypeNode>(((GCPointerMap gcMap, bool requiresAlign8) key) => 259_asyncContinuationEETypes = new NodeCache<AsyncContinuationType, AsyncContinuationEETypeNode>((AsyncContinuationType key) => 264_readOnlyDataBlobs = new NodeCache<ReadOnlyDataBlobKey, BlobNode>(key => 269_fieldRvaDataBlobs = new NodeCache<Internal.TypeSystem.Ecma.EcmaField, FieldRvaDataNode>(key => 274_externFunctionSymbols = new NodeCache<Utf8String, ExternFunctionSymbolNode>((Utf8String name) => 278_externIndirectFunctionSymbols = new NodeCache<Utf8String, ExternFunctionSymbolNode>((Utf8String name) => 282_externDataSymbols = new NodeCache<Utf8String, ExternDataSymbolNode>((Utf8String name) => 287_pInvokeModuleFixups = new NodeCache<PInvokeModuleData, PInvokeModuleFixupNode>((PInvokeModuleData moduleData) => 292_pInvokeMethodFixups = new NodeCache<PInvokeMethodData, PInvokeMethodFixupNode>((PInvokeMethodData methodData) => 299_tentativeMethodEntrypoints = new NodeCache<MethodDesc, IMethodNode>((MethodDesc method) => 306_tentativeMethods = new NodeCache<IMethodBodyNode, TentativeInstanceMethodNode>(method => 311_unboxingStubs = new NodeCache<MethodDesc, IMethodNode>(CreateUnboxingStubNode); 313_methodAssociatedData = new NodeCache<IMethodNode, MethodAssociatedDataNode>(methodNode => 318_fatFunctionPointers = new NodeCache<MethodKey, FatFunctionPointerNode>(method => 323_fatAddressTakenFunctionPointers = new NodeCache<MethodKey, FatFunctionPointerNode>(method => 328_gvmDependenciesNode = new NodeCache<MethodDesc, GVMDependenciesNode>(method => 333_gvmImpls = new NodeCache<MethodDesc, GenericVirtualMethodImplNode>(method => 338_genericMethodEntries = new NodeCache<MethodDesc, GenericMethodsHashtableEntryNode>(method => 343_exactMethodEntries = new NodeCache<MethodDesc, ExactMethodInstantiationsEntryNode>(method => 348_gvmTableEntries = new NodeCache<TypeDesc, TypeGVMEntriesNode>(type => 353_addressTakenMethods = new NodeCache<MethodDesc, AddressTakenMethodNode>(method => 358_reflectedDelegateTargetMethods = new NodeCache<MethodDesc, DelegateTargetVirtualMethodNode>(method => 363_delegateTargetMethods = new NodeCache<MethodDesc, DelegateTargetVirtualMethodNode>(method => 368_reflectableVirtualMethodImpls = new NodeCache<(MethodDesc Declaration, MethodDesc Implementation), ReflectableVirtualMethodImplNode>(methods => 373_reflectedDelegates = new NodeCache<TypeDesc, ReflectedDelegateNode>(type => 378_reflectedMethods = new NodeCache<MethodDesc, ReflectedMethodNode>(method => 383_reflectedFields = new NodeCache<FieldDesc, ReflectedFieldNode>(field => 388_reflectedTypes = new NodeCache<TypeDesc, ReflectedTypeNode>(type => 394_notReadOnlyFields = new NodeCache<FieldDesc, NotReadOnlyFieldNode>(field => 399_genericStaticBaseInfos = new NodeCache<MetadataType, GenericStaticBaseInfoNode>(type => 404_objectGetTypeCalled = new NodeCache<MetadataType, ObjectGetTypeCalledNode>(type => 409_objectGetTypeFlowDependencies = new NodeCache<MetadataType, ObjectGetTypeFlowDependenciesNode>(type => 420_variantMethods = new NodeCache<MethodDesc, VariantInterfaceMethodUseNode>((MethodDesc method) => 429_interfaceUses = new NodeCache<TypeDesc, InterfaceUseNode>((TypeDesc type) => 434_readyToRunHelpers = new NodeCache<ReadyToRunHelperKey, ISymbolNode>(CreateReadyToRunHelperNode); 436_genericReadyToRunHelpersFromDict = new NodeCache<ReadyToRunGenericHelperKey, ISymbolNode>(CreateGenericLookupFromDictionaryNode); 437_genericReadyToRunHelpersFromType = new NodeCache<ReadyToRunGenericHelperKey, ISymbolNode>(CreateGenericLookupFromTypeNode); 439_frozenStringNodes = new NodeCache<string, FrozenStringNode>((string data) => 444_frozenObjectNodes = new NodeCache<SerializedFrozenObjectKey, SerializedFrozenObjectNode>(key => 449_frozenMetadataRuntimeTypeNodes = new NodeCache<TypeDesc, FrozenRuntimeTypeNode>(key => 454_frozenNecessaryRuntimeTypeNodes = new NodeCache<TypeDesc, FrozenRuntimeTypeNode>(key => 459_dispatchCells = new NodeCache<DispatchCellKey, DispatchCellNode>(callSiteCell => 464_interfaceDispatchMaps = new NodeCache<TypeDesc, InterfaceDispatchMapNode>((TypeDesc type) => 469_sealedVtableNodes = new NodeCache<TypeDesc, SealedVTableNode>((TypeDesc type) => 474_runtimeMethodHandles = new NodeCache<MethodDesc, RuntimeMethodHandleNode>((MethodDesc method) => 479_runtimeFieldHandles = new NodeCache<FieldDesc, RuntimeFieldHandleNode>((FieldDesc field) => 484_dataflowAnalyzedMethods = new NodeCache<MethodILKey, DataflowAnalyzedMethodNode>((MethodILKey il) => 489_dataflowAnalyzedTypeDefinitions = new NodeCache<TypeDesc, DataflowAnalyzedTypeDefinitionNode>((TypeDesc type) => 494_dynamicDependencyAttributesOnEntities = new NodeCache<TypeSystemEntity, DynamicDependencyAttributesOnEntityNode>((TypeSystemEntity entity) => 499_embeddedTrimmingDescriptors = new NodeCache<EcmaModule, EmbeddedTrimmingDescriptorNode>((module) => 504_genericCompositions = new NodeCache<Instantiation, GenericCompositionNode>((Instantiation details) => 509_metadataEnabledGenericCompositions = new NodeCache<Instantiation, GenericCompositionNode>((Instantiation details) => 514_genericVariances = new NodeCache<GenericVarianceDetails, GenericVarianceNode>((GenericVarianceDetails details) => 519_eagerCctorIndirectionNodes = new NodeCache<MethodDesc, EmbeddedObjectNode>((MethodDesc method) => 526_delegateMarshalingDataNodes = new NodeCache<DefType, DelegateMarshallingDataNode>(type => 531_structMarshalingDataNodes = new NodeCache<DefType, StructMarshallingDataNode>(type => 538_methodGenericDictionaries = new NodeCache<MethodDesc, ISortableSymbolNode>(method => 550_typeGenericDictionaries = new NodeCache<TypeDesc, TypeGenericDictionaryNode>(type => 557_typesWithMetadata = new NodeCache<MetadataType, TypeMetadataNode>(type => 562_methodsWithMetadata = new NodeCache<MethodDesc, MethodMetadataNode>(method => 567_methodsWithLimitedMetadata = new NodeCache<MethodDesc, MethodMetadataNode>(method => 572_fieldsWithMetadata = new NodeCache<FieldDesc, FieldMetadataNode>(field => 577_propertiesWithMetadata = new NodeCache<PropertyPseudoDesc, PropertyMetadataNode>(property => 582_eventsWithMetadata = new NodeCache<EventPseudoDesc, EventMetadataNode>(@event => 587_modulesWithMetadata = new NodeCache<ModuleDesc, ModuleMetadataNode>(module => 592_inlineableStringResources = new NodeCache<EcmaModule, InlineableStringsResourceNode>(module => 597_customAttributesWithMetadata = new NodeCache<ReflectableCustomAttribute, CustomAttributeMetadataNode>(ca => 602_parametersWithMetadata = new NodeCache<ReflectableParameter, MethodParameterMetadataNode>(p => 607_genericDictionaryLayouts = new NodeCache<TypeSystemEntity, DictionaryLayoutNode>(_dictionaryLayoutProvider.GetLayout); 609_stringAllocators = new NodeCache<MethodDesc, IMethodNode>(constructor => 614_externalTypeMapRequests = new NodeCache<TypeDesc, ExternalTypeMapRequestNode>(type => 619_proxyTypeMapRequests = new NodeCache<TypeDesc, ProxyTypeMapRequestNode>(type => 624_analysisCharacteristics = new NodeCache<string, AnalysisCharacteristicNode>(c => 629_wasmTypeNodes = new NodeCache<WasmFuncType, WasmTypeNode>(key =>
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (15)
25_typeSymbols = new NodeCache<TypeDesc, GenericLookupResult>(type => 30_necessaryTypeSymbols = new NodeCache<TypeDesc, GenericLookupResult>(type => 35_metadataTypeSymbols = new NodeCache<TypeDesc, GenericLookupResult>(type => 40_unwrapNullableSymbols = new NodeCache<TypeDesc, GenericLookupResult>(type => 45_methodHandles = new NodeCache<MethodDesc, GenericLookupResult>(method => 50_fieldHandles = new NodeCache<FieldDesc, GenericLookupResult>(field => 55_methodDictionaries = new NodeCache<MethodDesc, GenericLookupResult>(method => 60_methodEntrypoints = new NodeCache<MethodKey, GenericLookupResult>(key => 65_dispatchCells = new NodeCache<MethodDesc, GenericLookupResult>(method => 70_typeThreadStaticBaseIndexSymbols = new NodeCache<TypeDesc, GenericLookupResult>(type => 75_typeGCStaticBaseSymbols = new NodeCache<TypeDesc, GenericLookupResult>(type => 80_typeNonGCStaticBaseSymbols = new NodeCache<TypeDesc, GenericLookupResult>(type => 85_objectAllocators = new NodeCache<TypeDesc, GenericLookupResult>(type => 90_defaultCtors = new NodeCache<TypeDesc, GenericLookupResult>(type => 95_constrainedMethodUses = new NodeCache<ConstrainedMethodUseKey, GenericLookupResult>(constrainedMethodUse =>
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (24)
30_typeSignatures = new NodeCache<TypeDesc, NativeLayoutTypeSignatureVertexNode>(type => 35_methodSignatures = new NodeCache<MethodSignature, NativeLayoutMethodSignatureVertexNode>(signature => 40_placedSignatures = new NodeCache<NativeLayoutVertexNode, NativeLayoutPlacedSignatureVertexNode>(vertexNode => 45_placedVertexSequence = new NodeCache<VertexSequenceKey, NativeLayoutPlacedVertexSequenceVertexNode>(vertices => 50_placedUIntVertexSequence = new NodeCache<List<uint>, NativeLayoutPlacedVertexSequenceOfUIntVertexNode>(uints => 55_methodEntries = new NodeCache<MethodDesc, NativeLayoutMethodEntryVertexNode>(method => 60_templateMethodEntries = new NodeCache<MethodDesc, NativeLayoutTemplateMethodSignatureVertexNode>(method => 65_templateMethodLayouts = new NodeCache<MethodDesc, NativeLayoutTemplateMethodLayoutVertexNode>(method => 70_templateTypeLayouts = new NodeCache<TypeDesc, NativeLayoutTemplateTypeLayoutVertexNode>(type => 75_typeHandle_GenericDictionarySlots = new NodeCache<TypeDesc, NativeLayoutTypeHandleGenericDictionarySlotNode>(type => 80_gcStatic_GenericDictionarySlots = new NodeCache<TypeDesc, NativeLayoutGcStaticsGenericDictionarySlotNode>(type => 85_nonGcStatic_GenericDictionarySlots = new NodeCache<TypeDesc, NativeLayoutNonGcStaticsGenericDictionarySlotNode>(type => 90_unwrapNullable_GenericDictionarySlots = new NodeCache<TypeDesc, NativeLayoutUnwrapNullableGenericDictionarySlotNode>(type => 95_allocateObject_GenericDictionarySlots = new NodeCache<TypeDesc, NativeLayoutAllocateObjectGenericDictionarySlotNode>(type => 100_threadStaticIndex_GenericDictionarySlots = new NodeCache<TypeDesc, NativeLayoutThreadStaticBaseIndexDictionarySlotNode>(type => 105_defaultConstructor_GenericDictionarySlots = new NodeCache<TypeDesc, NativeLayoutDefaultConstructorGenericDictionarySlotNode>(type => 110_interfaceCell_GenericDictionarySlots = new NodeCache<MethodDesc, NativeLayoutInterfaceDispatchGenericDictionarySlotNode>(method => 115_gvmCell_GenericDictionarySlots = new NodeCache<MethodDesc, NativeLayoutGvmDispatchGenericDictionarySlotNode>(method => 120_methodDictionary_GenericDictionarySlots = new NodeCache<MethodDesc, NativeLayoutMethodDictionaryGenericDictionarySlotNode>(method => 125_methodEntrypoint_GenericDictionarySlots = new NodeCache<MethodEntrypointSlotKey, NativeLayoutMethodEntrypointGenericDictionarySlotNode>(key => 130_fieldLdToken_GenericDictionarySlots = new NodeCache<FieldDesc, NativeLayoutFieldLdTokenGenericDictionarySlotNode>(field => 135_methodLdToken_GenericDictionarySlots = new NodeCache<MethodDesc, NativeLayoutMethodLdTokenGenericDictionarySlotNode>(method => 140_dictionarySignatures = new NodeCache<TypeSystemEntity, NativeLayoutDictionarySignatureNode>(owningMethodOrType => 145_constrainedMethodUseSlots = new NodeCache<ConstrainedMethodUseKey, NativeLayoutConstrainedMethodDictionarySlotNode>(constrainedMethodUse =>
119 references to NodeCache
ILCompiler.Compiler (119)
Compiler\DependencyAnalysis\NodeFactory.cs (80)
738private NodeCache<AsyncContinuationType, AsyncContinuationEETypeNode> _asyncContinuationEETypes; 834private NodeCache<TypeDesc, IEETypeNode> _importedTypeSymbols; 842private NodeCache<MetadataType, ISortableSymbolNode> _nonGCStatics; 850private NodeCache<MetadataType, ISortableSymbolNode> _GCStatics; 858private NodeCache<MetadataType, EmbeddedObjectNode> _GCStaticIndirectionNodes; 865private NodeCache<MetadataType, ISymbolDefinitionNode> _threadStatics; 877private NodeCache<MetadataType, TypeThreadStaticIndexNode> _typeThreadStaticIndices; 891private NodeCache<DispatchCellKey, DispatchCellNode> _dispatchCells; 898private NodeCache<MethodDesc, RuntimeMethodHandleNode> _runtimeMethodHandles; 905private NodeCache<FieldDesc, RuntimeFieldHandleNode> _runtimeFieldHandles; 912private NodeCache<MethodILKey, DataflowAnalyzedMethodNode> _dataflowAnalyzedMethods; 919private NodeCache<TypeDesc, DataflowAnalyzedTypeDefinitionNode> _dataflowAnalyzedTypeDefinitions; 926private NodeCache<TypeSystemEntity, DynamicDependencyAttributesOnEntityNode> _dynamicDependencyAttributesOnEntities; 933private NodeCache<EcmaModule, EmbeddedTrimmingDescriptorNode> _embeddedTrimmingDescriptors; 940private NodeCache<(GCPointerMap, bool), DataOnlyEETypeNode> _GCStaticEETypes; 948private NodeCache<ReadOnlyDataBlobKey, BlobNode> _readOnlyDataBlobs; 955private NodeCache<Internal.TypeSystem.Ecma.EcmaField, FieldRvaDataNode> _fieldRvaDataBlobs; 962private NodeCache<TypeDesc, SealedVTableNode> _sealedVtableNodes; 969private NodeCache<TypeDesc, InterfaceDispatchMapNode> _interfaceDispatchMaps; 976private NodeCache<Instantiation, GenericCompositionNode> _genericCompositions; 983private NodeCache<Instantiation, GenericCompositionNode> _metadataEnabledGenericCompositions; 990private NodeCache<GenericVarianceDetails, GenericVarianceNode> _genericVariances; 997private NodeCache<Utf8String, ExternFunctionSymbolNode> _externFunctionSymbols; 1004private NodeCache<Utf8String, ExternFunctionSymbolNode> _externIndirectFunctionSymbols; 1011private NodeCache<Utf8String, ExternDataSymbolNode> _externDataSymbols; 1024private NodeCache<PInvokeModuleData, PInvokeModuleFixupNode> _pInvokeModuleFixups; 1031private NodeCache<PInvokeMethodData, PInvokeMethodFixupNode> _pInvokeMethodFixups; 1062private NodeCache<MethodDesc, ISortableSymbolNode> _methodGenericDictionaries; 1068private NodeCache<TypeDesc, TypeGenericDictionaryNode> _typeGenericDictionaries; 1074private NodeCache<TypeSystemEntity, DictionaryLayoutNode> _genericDictionaryLayouts; 1080private NodeCache<MethodDesc, IMethodNode> _stringAllocators; 1109private NodeCache<MethodDesc, IMethodNode> _unboxingStubs; 1110private NodeCache<IMethodNode, MethodAssociatedDataNode> _methodAssociatedData; 1122protected NodeCache<MethodDesc, IMethodNode> _tentativeMethodEntrypoints; 1131private NodeCache<IMethodBodyNode, TentativeInstanceMethodNode> _tentativeMethods; 1149private NodeCache<MethodKey, FatFunctionPointerNode> _fatFunctionPointers; 1156private NodeCache<MethodKey, FatFunctionPointerNode> _fatAddressTakenFunctionPointers; 1193private NodeCache<MethodDesc, GVMDependenciesNode> _gvmDependenciesNode; 1199private NodeCache<MethodDesc, GenericVirtualMethodImplNode> _gvmImpls; 1205private NodeCache<MethodDesc, GenericMethodsHashtableEntryNode> _genericMethodEntries; 1211private NodeCache<MethodDesc, ExactMethodInstantiationsEntryNode> _exactMethodEntries; 1217private NodeCache<TypeDesc, TypeGVMEntriesNode> _gvmTableEntries; 1223private NodeCache<MethodDesc, AddressTakenMethodNode> _addressTakenMethods; 1232private NodeCache<MethodDesc, DelegateTargetVirtualMethodNode> _reflectedDelegateTargetMethods; 1238private NodeCache<MethodDesc, DelegateTargetVirtualMethodNode> _delegateTargetMethods; 1244private NodeCache<(MethodDesc Declaration, MethodDesc Implementation), ReflectableVirtualMethodImplNode> _reflectableVirtualMethodImpls; 1251private NodeCache<TypeDesc, ReflectedDelegateNode> _reflectedDelegates; 1260private NodeCache<MethodDesc, ReflectedMethodNode> _reflectedMethods; 1266private NodeCache<FieldDesc, ReflectedFieldNode> _reflectedFields; 1272private NodeCache<TypeDesc, ReflectedTypeNode> _reflectedTypes; 1278private NodeCache<FieldDesc, NotReadOnlyFieldNode> _notReadOnlyFields; 1284private NodeCache<MetadataType, GenericStaticBaseInfoNode> _genericStaticBaseInfos; 1290private NodeCache<MetadataType, ObjectGetTypeCalledNode> _objectGetTypeCalled; 1296private NodeCache<MetadataType, ObjectGetTypeFlowDependenciesNode> _objectGetTypeFlowDependencies; 1413private NodeCache<MethodDesc, VariantInterfaceMethodUseNode> _variantMethods; 1420private NodeCache<TypeDesc, InterfaceUseNode> _interfaceUses; 1427private NodeCache<ReadyToRunHelperKey, ISymbolNode> _readyToRunHelpers; 1434private NodeCache<ReadyToRunGenericHelperKey, ISymbolNode> _genericReadyToRunHelpersFromDict; 1441private NodeCache<ReadyToRunGenericHelperKey, ISymbolNode> _genericReadyToRunHelpersFromType; 1448private NodeCache<MetadataType, TypeMetadataNode> _typesWithMetadata; 1458private NodeCache<MethodDesc, MethodMetadataNode> _methodsWithMetadata; 1468private NodeCache<MethodDesc, MethodMetadataNode> _methodsWithLimitedMetadata; 1478private NodeCache<FieldDesc, FieldMetadataNode> _fieldsWithMetadata; 1488private NodeCache<PropertyPseudoDesc, PropertyMetadataNode> _propertiesWithMetadata; 1498private NodeCache<EventPseudoDesc, EventMetadataNode> _eventsWithMetadata; 1508private NodeCache<ModuleDesc, ModuleMetadataNode> _modulesWithMetadata; 1518private NodeCache<EcmaModule, InlineableStringsResourceNode> _inlineableStringResources; 1524private NodeCache<ReflectableCustomAttribute, CustomAttributeMetadataNode> _customAttributesWithMetadata; 1534private NodeCache<ReflectableParameter, MethodParameterMetadataNode> _parametersWithMetadata; 1544private NodeCache<string, FrozenStringNode> _frozenStringNodes; 1551private NodeCache<SerializedFrozenObjectKey, SerializedFrozenObjectNode> _frozenObjectNodes; 1558private NodeCache<TypeDesc, FrozenRuntimeTypeNode> _frozenMetadataRuntimeTypeNodes; 1565private NodeCache<TypeDesc, FrozenRuntimeTypeNode> _frozenNecessaryRuntimeTypeNodes; 1572private NodeCache<MethodDesc, EmbeddedObjectNode> _eagerCctorIndirectionNodes; 1590private NodeCache<DefType, DelegateMarshallingDataNode> _delegateMarshalingDataNodes; 1597private NodeCache<DefType, StructMarshallingDataNode> _structMarshalingDataNodes; 1604private NodeCache<TypeDesc, ExternalTypeMapRequestNode> _externalTypeMapRequests; 1611private NodeCache<TypeDesc, ProxyTypeMapRequestNode> _proxyTypeMapRequests; 1618private NodeCache<string, AnalysisCharacteristicNode> _analysisCharacteristics; 1624private NodeCache<WasmFuncType, WasmTypeNode> _wasmTypeNodes;
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (15)
101private NodeCache<TypeDesc, GenericLookupResult> _typeSymbols; 108private NodeCache<TypeDesc, GenericLookupResult> _necessaryTypeSymbols; 115private NodeCache<TypeDesc, GenericLookupResult> _metadataTypeSymbols; 122private NodeCache<TypeDesc, GenericLookupResult> _unwrapNullableSymbols; 140private NodeCache<MethodDesc, GenericLookupResult> _methodHandles; 147private NodeCache<FieldDesc, GenericLookupResult> _fieldHandles; 154private NodeCache<TypeDesc, GenericLookupResult> _typeThreadStaticBaseIndexSymbols; 161private NodeCache<TypeDesc, GenericLookupResult> _typeGCStaticBaseSymbols; 168private NodeCache<TypeDesc, GenericLookupResult> _typeNonGCStaticBaseSymbols; 175private NodeCache<MethodDesc, GenericLookupResult> _methodDictionaries; 182private NodeCache<MethodDesc, GenericLookupResult> _dispatchCells; 189private NodeCache<MethodKey, GenericLookupResult> _methodEntrypoints; 196private NodeCache<TypeDesc, GenericLookupResult> _objectAllocators; 203private NodeCache<TypeDesc, GenericLookupResult> _defaultCtors; 210private NodeCache<ConstrainedMethodUseKey, GenericLookupResult> _constrainedMethodUses;
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (24)
208private NodeCache<TypeDesc, NativeLayoutTypeSignatureVertexNode> _typeSignatures; 220private NodeCache<MethodSignature, NativeLayoutMethodSignatureVertexNode> _methodSignatures; 226private NodeCache<NativeLayoutVertexNode, NativeLayoutPlacedSignatureVertexNode> _placedSignatures; 276private NodeCache<VertexSequenceKey, NativeLayoutPlacedVertexSequenceVertexNode> _placedVertexSequence; 309private NodeCache<List<uint>, NativeLayoutPlacedVertexSequenceOfUIntVertexNode> _placedUIntVertexSequence; 315private NodeCache<MethodDesc, NativeLayoutMethodEntryVertexNode> _methodEntries; 321private NodeCache<MethodDesc, NativeLayoutTemplateMethodSignatureVertexNode> _templateMethodEntries; 327private NodeCache<MethodDesc, NativeLayoutTemplateMethodLayoutVertexNode> _templateMethodLayouts; 333private NodeCache<TypeDesc, NativeLayoutTemplateTypeLayoutVertexNode> _templateTypeLayouts; 339private NodeCache<TypeDesc, NativeLayoutTypeHandleGenericDictionarySlotNode> _typeHandle_GenericDictionarySlots; 345private NodeCache<TypeDesc, NativeLayoutGcStaticsGenericDictionarySlotNode> _gcStatic_GenericDictionarySlots; 351private NodeCache<TypeDesc, NativeLayoutNonGcStaticsGenericDictionarySlotNode> _nonGcStatic_GenericDictionarySlots; 357private NodeCache<TypeDesc, NativeLayoutUnwrapNullableGenericDictionarySlotNode> _unwrapNullable_GenericDictionarySlots; 363private NodeCache<TypeDesc, NativeLayoutAllocateObjectGenericDictionarySlotNode> _allocateObject_GenericDictionarySlots; 369private NodeCache<TypeDesc, NativeLayoutThreadStaticBaseIndexDictionarySlotNode> _threadStaticIndex_GenericDictionarySlots; 375private NodeCache<TypeDesc, NativeLayoutDefaultConstructorGenericDictionarySlotNode> _defaultConstructor_GenericDictionarySlots; 381private NodeCache<MethodDesc, NativeLayoutInterfaceDispatchGenericDictionarySlotNode> _interfaceCell_GenericDictionarySlots; 387private NodeCache<MethodDesc, NativeLayoutGvmDispatchGenericDictionarySlotNode> _gvmCell_GenericDictionarySlots; 393private NodeCache<MethodDesc, NativeLayoutMethodDictionaryGenericDictionarySlotNode> _methodDictionary_GenericDictionarySlots; 446private NodeCache<MethodEntrypointSlotKey, NativeLayoutMethodEntrypointGenericDictionarySlotNode> _methodEntrypoint_GenericDictionarySlots; 452private NodeCache<FieldDesc, NativeLayoutFieldLdTokenGenericDictionarySlotNode> _fieldLdToken_GenericDictionarySlots; 458private NodeCache<MethodDesc, NativeLayoutMethodLdTokenGenericDictionarySlotNode> _methodLdToken_GenericDictionarySlots; 464private NodeCache<TypeSystemEntity, NativeLayoutDictionarySignatureNode> _dictionarySignatures; 470private NodeCache<ConstrainedMethodUseKey, NativeLayoutConstrainedMethodDictionarySlotNode> _constrainedMethodUseSlots;