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();
351
if (
_typeInfoCache
.TryGetValue(type, out var typeInfo))