2 references to CreateBoundConversionOperation
Microsoft.CodeAnalysis.CSharp (2)
Operations\CSharpOperationFactory.cs (2)
90
return
CreateBoundConversionOperation
((BoundConversion)boundNode);
2355
BoundConversion { Operand: BoundLiteral } c =>
CreateBoundConversionOperation
(c, forceOperandImplicitLiteral: true),