5 references to Sizeof
Microsoft.CodeAnalysis.CSharp (5)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
459return 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))); 2304var sizeOfExpression = _factory.Sizeof(pointerType.PointedAtType); 2457var sizeOfExpression = _factory.Sizeof(pointerType.PointedAtType);
Lowering\LocalRewriter\LocalRewriter_StackAlloc.cs (1)
117BoundExpression sizeOfExpression = _factory.Sizeof(elementType);