2 references to CreateFromRope
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Operators.cs (1)
2184
return (newLength > int.MaxValue) ? ConstantValue.Bad : ConstantValue.
CreateFromRope
(Rope.Concat(leftValue, rightValue));
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\Operators.vb (1)
1527
result = ConstantValue.
CreateFromRope
(Rope.Concat(leftValue, rightValue))