1 write to _underlyingProperty
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
src\Shared\PropertyAsParameterInfo.cs (1)
37
_underlyingProperty
= propertyInfo;
11 references to _underlyingProperty
Microsoft.AspNetCore.Mvc.ApiExplorer (11)
src\Shared\PropertyAsParameterInfo.cs (11)
50
public override int MetadataToken =>
_underlyingProperty
.MetadataToken;
146
return
_underlyingProperty
.GetCustomAttributes(attributeType, inherit);
149
var propertyAttributes =
_underlyingProperty
.GetCustomAttributes(attributeType, inherit);
164
return
_underlyingProperty
.GetCustomAttributes(inherit);
167
var propertyAttributes =
_underlyingProperty
.GetCustomAttributes(inherit);
182
attributes.AddRange(
_underlyingProperty
.GetCustomAttributesData());
188
=>
_underlyingProperty
.GetOptionalCustomModifiers();
191
=>
_underlyingProperty
.GetRequiredCustomModifiers();
196
_underlyingProperty
.IsDefined(attributeType, inherit);
205
NullabilityState.Unknown => !
_underlyingProperty
.GetCustomAttributes().OfType<RequiredMemberAttribute>().Any(),
217
_nullabilityContext.Create(
_underlyingProperty
);