3 writes to BlockOffset
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
182_allocatedILMarkers[marker] = new ILMarker() { BlockOffset = (int)current.RegularInstructionsLength, AbsoluteOffset = -1 }; 894_allocatedILMarkers[i] = new ILMarker() { BlockOffset = blockOffset, AbsoluteOffset = absoluteOffset }; 1238BlockOffset = (int)curBlock.RegularInstructionsLength,
3 references to BlockOffset
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
161_allocatedILMarkers[_lastCompleteBlock.LastILMarker].BlockOffset == _lastCompleteBlock.RegularInstructionsLength) 167_allocatedILMarkers[_lastCompleteBlock.LastILMarker].BlockOffset == _lastCompleteBlock.RegularInstructionsLength) 892int blockOffset = _allocatedILMarkers[i].BlockOffset;