3 references to TryGetValue
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Modules\GetTypeCoreCache.cs (3)
23return _container.TryGetValue(ns, name, hashCode, out type); 28if (_container.TryGetValue(ns, name, hashCode, out RoDefinitionType? prior)) 34if (_container.TryGetValue(ns, name, hashCode, out RoDefinitionType? winner))