3 writes to TypeAttributes
Microsoft.AspNetCore.Mvc.Core (3)
ModelBinding\Metadata\ModelAttributes.cs (3)
53
TypeAttributes
= typeAttributes.ToArray();
62
TypeAttributes
= typeAttributes.ToArray();
67
Attributes =
TypeAttributes
= typeAttributes.ToArray();
8 references to TypeAttributes
Microsoft.AspNetCore.Mvc.Core (8)
ModelBinding\Metadata\BindingMetadataProviderContext.cs (1)
28
TypeAttributes = attributes.
TypeAttributes
;
ModelBinding\Metadata\DisplayMetadataProviderContext.cs (1)
27
TypeAttributes = attributes.
TypeAttributes
;
ModelBinding\Metadata\ModelAttributes.cs (5)
54
Attributes = PropertyAttributes.Concat(
TypeAttributes
).ToArray();
63
Attributes = ParameterAttributes.Concat(
TypeAttributes
).ToArray();
97
/// <see cref="
TypeAttributes
"/> contains attributes retrieved from <see cref="PropertyInfo.PropertyType"/>.
185
var typeAttributes = GetAttributesForType(parameterInfo.ParameterType).
TypeAttributes
!;
209
var typeAttributes = GetAttributesForType(modelType).
TypeAttributes
!;
ModelBinding\Metadata\ValidationMetadataProviderContext.cs (1)
28
TypeAttributes = attributes.
TypeAttributes
;