1 instantiation of ShortTC
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.ShortTC.cs (1)
16public static readonly ShortTC Instance = new ShortTC();
2 references to ShortTC
Microsoft.CodeAnalysis.CSharp (2)
Utilities\ValueSetFactory.cs (1)
17internal static readonly IValueSetFactory<short> ForShort = new NumericValueSetFactory<short>(ShortTC.Instance);
Utilities\ValueSetFactory.ShortTC.cs (1)
16public static readonly ShortTC Instance = new ShortTC();