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