3 writes to BlockOffset
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
189
_allocatedILMarkers[marker] = new ILMarker() {
BlockOffset
= (int)current.RegularInstructionsLength, AbsoluteOffset = -1 };
917
_allocatedILMarkers[i] = new ILMarker() {
BlockOffset
= blockOffset, AbsoluteOffset = absoluteOffset };
1261
BlockOffset
= (int)curBlock.RegularInstructionsLength,
3 references to BlockOffset
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
168
if (_allocatedILMarkers[_lastCompleteBlock.LastILMarker].
BlockOffset
== _lastCompleteBlock.RegularInstructionsLength)
174
_allocatedILMarkers[_lastCompleteBlock.LastILMarker].
BlockOffset
== _lastCompleteBlock.RegularInstructionsLength)
915
int blockOffset = _allocatedILMarkers[i].
BlockOffset
;