2 references to MaxValue
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Differencing\TestNode.cs (1)
25
Debug.Assert(value is >= 0 and <=
MaxValue
);
Differencing\TestTreeComparer.cs (1)
30
=> Math.Abs((double)left.Value - right.Value) / TestNode.
MaxValue
;