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