7 writes to AttrsImpl
Microsoft.AspNetCore.Http.Extensions (1)
src\Shared\PropertyAsParameterInfo.cs (1)
27AttrsImpl = (ParameterAttributes)propertyInfo.Attributes;
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
src\Shared\PropertyAsParameterInfo.cs (1)
27AttrsImpl = (ParameterAttributes)propertyInfo.Attributes;
Microsoft.AspNetCore.OpenApi (1)
src\Shared\PropertyAsParameterInfo.cs (1)
27AttrsImpl = (ParameterAttributes)propertyInfo.Attributes;
System.Private.CoreLib (4)
src\System\Reflection\RuntimeParameterInfo.cs (4)
144AttrsImpl = attributes; 171AttrsImpl = accessor.Attributes; 192AttrsImpl = attributes; 207AttrsImpl = ParameterAttributes.None;
1 reference to AttrsImpl
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\ParameterInfo.cs (1)
19public virtual ParameterAttributes Attributes => AttrsImpl;