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