4 writes to _attributes
System.Reflection.Emit (4)
System\Reflection\Emit\MethodBuilderImpl.cs (4)
46_attributes = attributes; 186_attributes |= MethodAttributes.PinvokeImpl; 198_attributes |= MethodAttributes.SpecialName; 201_attributes |= MethodAttributes.HasSecurity;
4 references to _attributes
System.Reflection.Emit (4)
System\Reflection\Emit\MethodBuilderImpl.cs (4)
94if ((_attributes & (MethodAttributes.RTSpecialName | MethodAttributes.SpecialName)) != (MethodAttributes.RTSpecialName | MethodAttributes.SpecialName)) 157(_attributes & MethodAttributes.PinvokeImpl) != 0) 162if ((_attributes & MethodAttributes.Abstract) != 0) 242public override MethodAttributes Attributes => _attributes;