3 writes to BlockOffset
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
178
_allocatedILMarkers[marker] = new ILMarker() {
BlockOffset
= (int)current.RegularInstructionsLength, AbsoluteOffset = -1 };
903
_allocatedILMarkers[i] = new ILMarker() {
BlockOffset
= blockOffset, AbsoluteOffset = absoluteOffset };
1247
BlockOffset
= (int)curBlock.RegularInstructionsLength,
3 references to BlockOffset
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
157
_allocatedILMarkers[_lastCompleteBlock.LastILMarker].
BlockOffset
== _lastCompleteBlock.RegularInstructionsLength)
163
_allocatedILMarkers[_lastCompleteBlock.LastILMarker].
BlockOffset
== _lastCompleteBlock.RegularInstructionsLength)
901
int blockOffset = _allocatedILMarkers[i].
BlockOffset
;