1 write to Key
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\BindingMetadataProviderContext.cs (1)
24
Key
= key;
8 references to Key
Microsoft.AspNetCore.Mvc.Core (5)
ModelBinding\Metadata\BindingSourceMetadataProvider.cs (1)
47
if (Type.IsAssignableFrom(context.
Key
.ModelType))
ModelBinding\Metadata\DefaultBindingMetadataProvider.cs (3)
74
if (GetBoundConstructor(context.
Key
.ModelType) is ConstructorInfo constructorInfo)
150
switch (context.
Key
.MetadataKind)
157
?? context.
Key
.ContainerType!
ModelBinding\Metadata\ExcludeBindingMetadataProvider.cs (1)
36
if (!_type.IsAssignableFrom(context.
Key
.ModelType))
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
TestModelMetadataProvider.cs (1)
200
if (_key.Equals(context.
Key
))
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
ModelBinding\DataMemberRequiredBindingMetadataProvider.cs (2)
21
if (context.
Key
.MetadataKind != ModelMetadataKind.Property)
42
var containerType = context.
Key
.ContainerType;