1 write to _attributes
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\DynamicMethod.cs (1)
292
_attributes
= attributes;
1 reference to _attributes
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\DynamicMethod.cs (1)
326
public override MethodAttributes Attributes =>
_attributes
;