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