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