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