1 write to Value
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.FormattedMember.cs (1)
31
Value
= value;
4 references to Value
Microsoft.CodeAnalysis.Scripting (4)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.FormattedMember.cs (4)
41
get { return (Name != null ? Name.Length : "[0]".Length) +
Value
.Length; }
64
result.Append(
Value
);
69
result.Append(
Value
);
79
result.Append(
Value
);