1 write to _matcherCache
Microsoft.AspNetCore.Routing (1)
DefaultLinkParser.cs (1)
37_matcherCache = new DataSourceDependentCache<ConcurrentDictionary<RouteEndpoint, MatcherState>>(dataSource, (_) =>
2 references to _matcherCache
Microsoft.AspNetCore.Routing (2)
DefaultLinkParser.cs (2)
116internal MatcherState GetMatcherState(RouteEndpoint endpoint) => _matcherCache.EnsureInitialized().GetOrAdd(endpoint, _createMatcher); 148_matcherCache.Dispose();