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