6 references to RegularInstructionsLength
Microsoft.CodeAnalysis (6)
CodeGen\BasicBlock.cs (2)
638
return (int)
RegularInstructionsLength
+ branchSize;
762
return (int)(
RegularInstructionsLength
+ branchSize);
CodeGen\ILBuilder.cs (4)
159
_allocatedILMarkers[_lastCompleteBlock.LastILMarker].BlockOffset == _lastCompleteBlock.
RegularInstructionsLength
)
165
_allocatedILMarkers[_lastCompleteBlock.LastILMarker].BlockOffset == _lastCompleteBlock.
RegularInstructionsLength
)
180
_allocatedILMarkers[marker] = new ILMarker() { BlockOffset = (int)current.
RegularInstructionsLength
, AbsoluteOffset = -1 };
1249
BlockOffset = (int)curBlock.
RegularInstructionsLength
,