3 writes to BlockOffset
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
180
_allocatedILMarkers[marker] = new ILMarker() {
BlockOffset
= (int)current.RegularInstructionsLength, AbsoluteOffset = -1 };
905
_allocatedILMarkers[i] = new ILMarker() {
BlockOffset
= blockOffset, AbsoluteOffset = absoluteOffset };
1249
BlockOffset
= (int)curBlock.RegularInstructionsLength,
3 references to BlockOffset
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
159
_allocatedILMarkers[_lastCompleteBlock.LastILMarker].
BlockOffset
== _lastCompleteBlock.RegularInstructionsLength)
165
_allocatedILMarkers[_lastCompleteBlock.LastILMarker].
BlockOffset
== _lastCompleteBlock.RegularInstructionsLength)
903
int blockOffset = _allocatedILMarkers[i].
BlockOffset
;