3 references to ForString
Microsoft.CodeAnalysis (3)
Collections\Rope.cs (2)
18
public static readonly Rope Empty =
ForString
("");
50
checked(r1.Length + r2.Length < 32) ?
ForString
(r1.ToString() + r2.ToString()) :
ConstantValueSpecialized.cs (1)
149
_value = Rope.
ForString
(value);