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