10 instantiations of LiteralOperation
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (7)
2434AddStatement(new FlowCaptureOperation(resultId, binOp.Syntax, new LiteralOperation(semanticModel: null, left.Syntax, booleanType, constantValue, isImplicit: true)));
2694AddStatement(new FlowCaptureOperation(captureId, leftSyntax, new LiteralOperation(semanticModel: null, leftSyntax, condition.Type, constantValue, isImplicit: true)));
4948isUp = new LiteralOperation(semanticModel: null, stepValue.Syntax, booleanType, constantValue: ConstantValue.Create(false), isImplicit: true);
4956IOperation literal = new LiteralOperation(semanticModel: null, stepValue.Syntax, stepValue.Type,
5243var shiftConst = new LiteralOperation(semanticModel: null, operand.Syntax, _compilation.GetSpecialType(SpecialType.System_Int32),
7099return new LiteralOperation(semanticModel: null, operation.Syntax, operation.Type, operation.GetConstantValue(), IsImplicit(operation));
7104return new LiteralOperation(semanticModel: null, operation.Syntax, operation.Type, operation.GetConstantValue(), IsImplicit(operation));
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.Test.Utilities (1)
4 references to LiteralOperation
Microsoft.CodeAnalysis (3)
Microsoft.CodeAnalysis.Test.Utilities (1)