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