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