6 references to RegularInstructionsLength
Microsoft.CodeAnalysis (6)
CodeGen\BasicBlock.cs (2)
638return (int)RegularInstructionsLength + branchSize; 762return (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 }; 1249BlockOffset = (int)curBlock.RegularInstructionsLength,