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 }; 1261BlockOffset = (int)curBlock.RegularInstructionsLength,
3 references to BlockOffset
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
168if (_allocatedILMarkers[_lastCompleteBlock.LastILMarker].BlockOffset == _lastCompleteBlock.RegularInstructionsLength) 174_allocatedILMarkers[_lastCompleteBlock.LastILMarker].BlockOffset == _lastCompleteBlock.RegularInstructionsLength) 915int blockOffset = _allocatedILMarkers[i].BlockOffset;