7 references to NintValueSet
Microsoft.CodeAnalysis.CSharp (7)
Utilities\ValueSetFactory.NintValueSet.cs (5)
17
public static readonly NintValueSet AllValues = new
NintValueSet
(hasSmall: true, values: NumericValueSet<int>.AllValues(IntTC.DefaultInstance), hasLarge: true);
19
public static readonly NintValueSet NoValues = new
NintValueSet
(hasSmall: false, values: NumericValueSet<int>.NoValues(IntTC.DefaultInstance), hasLarge: false);
89
return new
NintValueSet
(
101
return new
NintValueSet
(
113
return new
NintValueSet
(
Utilities\ValueSetFactory.NintValueSetFactory.cs (2)
25
return new
NintValueSet
(
34
return new
NintValueSet
(