17 references to Literal
Microsoft.CodeAnalysis.VisualBasic (17)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (1)
593Me._factory.Convert(Me.ObjectType, Me._factory.Literal(shiftMask)),
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (2)
231methodBodyFactory.Literal(dynamicAnalysisSpans.Length))) 472indices:=ImmutableArray.Create(Of BoundExpression)(statementFactory.Literal(spansIndex)))
Lowering\IteratorRewriter\IteratorRewriter.vb (2)
229F.Assignment(F.Local(resultVariable, True), F.[New](StateMachineType.Constructor, F.Literal(0))) 330F.[New](StateMachineType.Constructor.AsMember(frameType), F.Literal(initialState))))
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (10)
215DirectCast(nodeFactory.Literal(-1), BoundExpression), 239nodeFactory.Literal(s_activeHandler_FirstOnErrorResumeNextIndex)), 241nodeFactory.Literal(s_activeHandler_ResumeNext), 284ImmutableArray.Create(Of BoundExpression)(nodeFactory.Literal(E_INTERNALERROR)), 300nodeFactory.Literal(0)), 349nodeFactory.Literal(0)).ToStatement()) 371nodeFactory.Literal(newErrorHandlerIndex)).ToStatement()) 410nodeFactory.Literal(0)), 412ImmutableArray.Create(Of BoundExpression)(nodeFactory.Literal(E_RESUMEWITHOUTERROR)), 423nodeFactory.Literal(0)).ToStatement())
Lowering\SyntheticBoundNodeFactory.vb (2)
733Dim boundCaseClause = New BoundSimpleCaseClause(_syntax, Literal(i), Nothing) 1039Return New BoundArrayCreation(_syntax, ImmutableArray.Create(Of BoundExpression)(Literal(elements.Length)), boundArrayInit, arrayType)