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)
50public override int MetadataToken => _underlyingProperty.MetadataToken; 146return _underlyingProperty.GetCustomAttributes(attributeType, inherit); 149var propertyAttributes = _underlyingProperty.GetCustomAttributes(attributeType, inherit); 164return _underlyingProperty.GetCustomAttributes(inherit); 167var propertyAttributes = _underlyingProperty.GetCustomAttributes(inherit); 182attributes.AddRange(_underlyingProperty.GetCustomAttributesData()); 188=> _underlyingProperty.GetOptionalCustomModifiers(); 191=> _underlyingProperty.GetRequiredCustomModifiers(); 196_underlyingProperty.IsDefined(attributeType, inherit); 205NullabilityState.Unknown => !_underlyingProperty.GetCustomAttributes().OfType<RequiredMemberAttribute>().Any(), 217_nullabilityContext.Create(_underlyingProperty);