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)
32
keyedServices.GetKeyedService(bindingContext.ModelType,
_key
) :
33
keyedServices.GetRequiredKeyedService(bindingContext.ModelType,
_key
);