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)
49public override int MetadataToken => _underlyingProperty.MetadataToken; 142var propertyAttributes = _underlyingProperty.GetCustomAttributes(attributeType, inherit); 168var propertyAttributes = _underlyingProperty.GetCustomAttributes(inherit); 195attributes.AddRange(_underlyingProperty.GetCustomAttributesData()); 201=> _underlyingProperty.GetOptionalCustomModifiers(); 204=> _underlyingProperty.GetRequiredCustomModifiers(); 209_underlyingProperty.IsDefined(attributeType, inherit); 218NullabilityState.Unknown => !_underlyingProperty.GetCustomAttributes().OfType<RequiredMemberAttribute>().Any(), 230_nullabilityContext.Create(_underlyingProperty);