3 references to _propertyInfoCache
Microsoft.AspNetCore.Components.Forms (3)
EditContextDataAnnotationsExtensions.cs (3)
267
if (!
_propertyInfoCache
.TryGetValue(cacheKey, out propertyInfo))
274
_propertyInfoCache
[cacheKey] = propertyInfo;
282
_propertyInfoCache
.Clear();