4 writes to _attributes
System.Reflection.Emit (4)
System\Reflection\Emit\MethodBuilderImpl.cs (4)
45_attributes = attributes; 184_attributes |= MethodAttributes.PinvokeImpl; 195_attributes |= MethodAttributes.SpecialName; 198_attributes |= MethodAttributes.HasSecurity;
4 references to _attributes
System.Reflection.Emit (4)
System\Reflection\Emit\MethodBuilderImpl.cs (4)
93if ((_attributes & (MethodAttributes.RTSpecialName | MethodAttributes.SpecialName)) != (MethodAttributes.RTSpecialName | MethodAttributes.SpecialName)) 156(_attributes & MethodAttributes.PinvokeImpl) != 0) 161if ((_attributes & MethodAttributes.Abstract) != 0) 237public override MethodAttributes Attributes => _attributes;