2 writes to offset
Mono.Cecil (2)
Mono.Cecil.Cil\Symbols.cs (2)
222
this.
offset
= null;
228
this.
offset
= offset;
4 references to offset
Mono.Cecil (4)
Mono.Cecil.Cil\Symbols.cs (4)
201
if (
offset
.HasValue)
202
return
offset
.Value;
209
get { return instruction == null && !
offset
.HasValue; }
212
internal bool IsResolved => instruction != null || !
offset
.HasValue;