6 references to _typeInfoCache
Microsoft.AspNetCore.Http.Microbenchmarks (6)
ValidatableTypesBenchmark.cs (6)
272_typeInfoCache[typeof(SimpleModel)] = CreateSimpleModelTypeInfo(); 273_typeInfoCache[typeof(ComplexModel)] = CreateComplexModelTypeInfo(); 274_typeInfoCache[typeof(HierarchicalModel)] = CreateHierarchicalModelTypeInfo(); 275_typeInfoCache[typeof(ValidatableObjectModel)] = CreateValidatableObjectModelTypeInfo(); 278_typeInfoCache[typeof(ChildModel)] = CreateChildModelTypeInfo(); 351if (_typeInfoCache.TryGetValue(type, out var typeInfo))