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_virtualDispatchCells = 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 =>