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