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