3 references to _dynamicGenericMethodComponents
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (1)
408
if (!
_dynamicGenericMethodComponents
.TryGetValue(methodDictionary, out entry))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericsRegistration.cs (2)
75
GenericMethodEntry registeredMethodComponentsEntry =
_dynamicGenericMethodComponents
.AddOrGetExisting(methodEntry);
113
failedEntry =
_dynamicGenericMethodComponents
.GetValueIfExists(registeredMethods[i]);