1 write to _cache
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\EndpointMetadataCollection.cs (1)
41_cache = new ConcurrentDictionary<Type, object[]>();
3 references to _cache
Microsoft.AspNetCore.Http.Abstractions (3)
Routing\EndpointMetadataCollection.cs (3)
75if (_cache.TryGetValue(typeof(T), out var obj)) 101if (_cache.TryGetValue(typeof(T), out var result)) 125_cache.TryAdd(typeof(T), results);