1 write to _key
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\KeyedServicesModelBinder.cs (1)
18_key = key ?? throw new ArgumentNullException(nameof(key));
2 references to _key
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Binders\KeyedServicesModelBinder.cs (2)
32keyedServices.GetKeyedService(bindingContext.ModelType, _key) : 33keyedServices.GetRequiredKeyedService(bindingContext.ModelType, _key);