3 references to s_underlying
Microsoft.CodeAnalysis.CSharp (3)
Utilities\ValueSetFactory.NonNegativeIntValueSetFactory.cs (3)
53
IValueSet IValueSetFactory.Random(int expectedSize, Random random) =>
s_underlying
.Random(expectedSize, random);
55
ConstantValue IValueSetFactory.RandomValue(Random random) =>
s_underlying
.RandomValue(random);
60
bool IValueSetFactory.Related(BinaryOperatorKind relation, ConstantValue left, ConstantValue right) =>
s_underlying
.Related(relation, left, right);