1 write to _cache
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\ModelBinderFactory.cs (1)
43_cache = new ConcurrentDictionary<Key, IModelBinder>();
2 references to _cache
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\ModelBinderFactory.cs (2)
184_cache.TryAdd(new Key(metadata, cacheToken), binder); 197return _cache.TryGetValue(new Key(metadata, cacheToken), out binder);