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