1 instantiation of UShortTC
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.UShortTC.cs (1)
16
public static readonly UShortTC Instance = new
UShortTC
();
2 references to UShortTC
Microsoft.CodeAnalysis.CSharp (2)
Utilities\ValueSetFactory.cs (1)
19
internal static readonly IConstantValueSetFactory<ushort> ForUShort = new NumericValueSetFactory<ushort>(
UShortTC
.Instance);
Utilities\ValueSetFactory.UShortTC.cs (1)
16
public static readonly
UShortTC
Instance = new UShortTC();