2 references to _runtimeTypeHandleResolutionCache
System.Private.TypeLoader (2)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (2)
184
if (
_runtimeTypeHandleResolutionCache
.TryGetValue(rtth, out returnedType))
274
_runtimeTypeHandleResolutionCache
.Add(rtth, returnedType);