1 write to _underlyingProperty
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
src\aspnetcore\src\Shared\PropertyAsParameterInfo.cs (1)
36
_underlyingProperty
= propertyInfo;
9 references to _underlyingProperty
Microsoft.AspNetCore.Mvc.ApiExplorer (9)
src\aspnetcore\src\Shared\PropertyAsParameterInfo.cs (9)
49
public override int MetadataToken =>
_underlyingProperty
.MetadataToken;
142
var propertyAttributes =
_underlyingProperty
.GetCustomAttributes(attributeType, inherit);
168
var propertyAttributes =
_underlyingProperty
.GetCustomAttributes(inherit);
195
attributes.AddRange(
_underlyingProperty
.GetCustomAttributesData());
201
=>
_underlyingProperty
.GetOptionalCustomModifiers();
204
=>
_underlyingProperty
.GetRequiredCustomModifiers();
209
_underlyingProperty
.IsDefined(attributeType, inherit);
218
NullabilityState.Unknown => !
_underlyingProperty
.GetCustomAttributes().OfType<RequiredMemberAttribute>().Any(),
230
_nullabilityContext.Create(
_underlyingProperty
);