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