2 references to _cachedInstances
Microsoft.AspNetCore.Components (2)
src\aspnetcore\src\Components\Shared\src\UrlValueConstraint.cs (2)
21if (!_cachedInstances.TryGetValue(targetType, out result)) 29_cachedInstances.TryAdd(targetType, result);