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