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