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