10 instantiations of LiteralOperation
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (7)
2436AddStatement(new FlowCaptureOperation(resultId, binOp.Syntax, new LiteralOperation(semanticModel: null, left.Syntax, booleanType, constantValue, isImplicit: true)));
2696AddStatement(new FlowCaptureOperation(captureId, leftSyntax, new LiteralOperation(semanticModel: null, leftSyntax, condition.Type, constantValue, isImplicit: true)));
4950isUp = new LiteralOperation(semanticModel: null, stepValue.Syntax, booleanType, constantValue: ConstantValue.Create(false), isImplicit: true);
4958IOperation literal = new LiteralOperation(semanticModel: null, stepValue.Syntax, stepValue.Type,
5245var shiftConst = new LiteralOperation(semanticModel: null, operand.Syntax, _compilation.GetSpecialType(SpecialType.System_Int32),
7123return new LiteralOperation(semanticModel: null, operation.Syntax, operation.Type, operation.GetConstantValue(), IsImplicit(operation));
7128return 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)