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