4 references to CreateBoundLiteralOperation
Microsoft.CodeAnalysis.CSharp (4)
Operations\CSharpOperationFactory.cs (4)
58return CreateBoundLiteralOperation((BoundLiteral)boundNode); 1132? CreateBoundLiteralOperation((BoundLiteral)correctedConversionNode.Operand, @implicit: true) 2354BoundLiteral l => CreateBoundLiteralOperation(l, @implicit: true), 2411IOperation text = CreateBoundLiteralOperation(boundNode, @implicit: true);