2 references to IntTC
Microsoft.CodeAnalysis.CSharp (2)
Utilities\ValueSetFactory.IntTC.cs (2)
25public static readonly IntTC DefaultInstance = new IntTC(nonNegative: false); 26public static readonly IntTC NonNegativeInstance = new IntTC(nonNegative: true);