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