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