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