3 references to _underlying
Microsoft.CodeAnalysis.CSharp (3)
Utilities\ValueSetFactory.DecimalValueSetFactory.cs (3)
21
public IValueSet<decimal> Related(BinaryOperatorKind relation, decimal value) =>
_underlying
.Related(relation, DecimalTC.Normalize(value));
23
IValueSet IValueSetFactory.Random(int expectedSize, Random random) =>
_underlying
.Random(expectedSize, random);
30
bool IValueSetFactory.Related(BinaryOperatorKind relation, ConstantValue left, ConstantValue right) =>
_underlying
.Related(relation, left, right);