2 writes to offset
Mono.Cecil (2)
Mono.Cecil.Cil\Symbols.cs (2)
221
this.
offset
= null;
227
this.
offset
= offset;
4 references to offset
Mono.Cecil (4)
Mono.Cecil.Cil\Symbols.cs (4)
200
if (
offset
.HasValue)
201
return
offset
.Value;
208
get { return instruction == null && !
offset
.HasValue; }
211
internal bool IsResolved => instruction != null || !
offset
.HasValue;