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