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