5 references to Sizeof
Microsoft.CodeAnalysis.CSharp (5)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
459
return ImmutableArray.Create(addressOf, _factory.
Sizeof
(targetType), index);
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (3)
2236
_factory.IntSubtract(_factory.IntMultiply(_factory.
Sizeof
(leftType), _factory.Literal(8)), _factory.Literal(1)));
2304
var sizeOfExpression = _factory.
Sizeof
(pointerType.PointedAtType);
2457
var sizeOfExpression = _factory.
Sizeof
(pointerType.PointedAtType);
Lowering\LocalRewriter\LocalRewriter_StackAlloc.cs (1)
117
BoundExpression sizeOfExpression = _factory.
Sizeof
(elementType);