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