Base:
property
RopeValue
Microsoft.CodeAnalysis.ConstantValue.RopeValue
4 references to RopeValue
Microsoft.CodeAnalysis (4)
ConstantValueSpecialized.cs (4)
217int formatLength = RopeValue.Length; 223return formatLength < RopeValue.Length ? 224@$"""{RopeValue.ToString(Math.Max(formatLength - 3, 0))}...""" : 225@$"""{RopeValue}""";