2 writes to attributes
Mono.Cecil (2)
Mono.Cecil.Cil\Symbols.cs (2)
318
set {
attributes
= (ushort) value; }
323
set {
attributes
= attributes.SetAttributes ((ushort) VariableAttributes.DebuggerHidden, value); }
3 references to attributes
Mono.Cecil (3)
Mono.Cecil.Cil\Symbols.cs (3)
317
get { return (VariableAttributes)
attributes
; }
322
get { return
attributes
.GetAttributes ((ushort) VariableAttributes.DebuggerHidden); }
323
set { attributes =
attributes
.SetAttributes ((ushort) VariableAttributes.DebuggerHidden, value); }