1 instantiation of ByteTC
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.ByteTC.cs (1)
16
public static readonly ByteTC Instance = new
ByteTC
();
2 references to ByteTC
Microsoft.CodeAnalysis.CSharp (2)
Utilities\ValueSetFactory.ByteTC.cs (1)
16
public static readonly
ByteTC
Instance = new ByteTC();
Utilities\ValueSetFactory.cs (1)
14
internal static readonly IValueSetFactory<byte> ForByte = new NumericValueSetFactory<byte>(
ByteTC
.Instance);