1 write to Value
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Differencing\TestNode.cs (1)
29this.Value = value;
5 references to Value
Microsoft.CodeAnalysis.Workspaces.UnitTests (5)
Differencing\TestNode.cs (1)
49=> string.Format("({0}, {1})", Label, Value);
Differencing\TestTreeComparer.cs (4)
30=> Math.Abs((double)left.Value - right.Value) / TestNode.MaxValue; 33=> oldNode.Value == newNode.Value;