128 references to Types
System.Private.Windows.Core (123)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (6)
347
$"System.Collections.Generic.List`1[[{
Types
.StringType}, {Assemblies.Mscorlib}]]",
603
new ClassInfo(1,
Types
.HashtableType, s_hashtableMemberNames),
640
new ClassInfo(1,
Types
.NotSupportedExceptionType, s_notSupportedExceptionMemberNames),
645
new(BinaryType.SystemClass,
Types
.IDictionaryType),
646
new(BinaryType.SystemClass,
Types
.ExceptionType),
656
new BinaryObjectString(2,
Types
.NotSupportedExceptionType),
System\Private\Windows\Nrbf\CoreNrbfSerializer.cs (117)
36
{ TypeName.Parse(
Types
.ByteType), typeof(byte) },
37
{ TypeName.Parse(
Types
.SByteType), typeof(sbyte) },
38
{ TypeName.Parse(
Types
.Int16Type), typeof(short) },
39
{ TypeName.Parse(
Types
.UInt16Type), typeof(ushort) },
40
{ TypeName.Parse(
Types
.Int32Type), typeof(int) },
41
{ TypeName.Parse(
Types
.UInt32Type), typeof(uint) },
42
{ TypeName.Parse(
Types
.Int64Type), typeof(long) },
43
{ TypeName.Parse(
Types
.UInt64Type), typeof(ulong) },
44
{ TypeName.Parse(
Types
.DoubleType), typeof(double) },
45
{ TypeName.Parse(
Types
.SingleType), typeof(float) },
46
{ TypeName.Parse(
Types
.CharType), typeof(char) },
47
{ TypeName.Parse(
Types
.BooleanType), typeof(bool) },
48
{ TypeName.Parse(
Types
.StringType), typeof(string) },
49
{ TypeName.Parse(
Types
.DecimalType), typeof(decimal) },
50
{ TypeName.Parse(
Types
.DateTimeType), typeof(DateTime) },
51
{ TypeName.Parse(
Types
.TimeSpanType), typeof(TimeSpan) },
52
{ TypeName.Parse(
Types
.IntPtrType), typeof(IntPtr) },
53
{ TypeName.Parse(
Types
.UIntPtrType), typeof(UIntPtr) },
54
{ TypeName.Parse(
Types
.NotSupportedExceptionType), typeof(NotSupportedException) },
55
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.BooleanType}]]"), typeof(List<bool>) },
56
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.CharType}]]"), typeof(List<char>) },
57
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.StringType}]]"), typeof(List<string>) },
58
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.SByteType}]]"), typeof(List<sbyte>) },
59
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.ByteType}]]"), typeof(List<byte>) },
60
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.Int16Type}]]"), typeof(List<short>) },
61
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.UInt16Type}]]"), typeof(List<ushort>) },
62
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.Int32Type}]]"), typeof(List<int>) },
63
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.UInt32Type}]]"), typeof(List<uint>) },
64
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.Int64Type}]]"), typeof(List<long>) },
65
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.UInt64Type}]]"), typeof(List<ulong>) },
66
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.SingleType}]]"), typeof(List<float>) },
67
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.DoubleType}]]"), typeof(List<double>) },
68
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.DecimalType}]]"), typeof(List<decimal>) },
69
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.DateTimeType}]]"), typeof(List<DateTime>) },
70
{
Types
.ToTypeName($"{
Types
.ListName}[[{
Types
.TimeSpanType}]]"), typeof(List<TimeSpan>) },
71
{
Types
.ToTypeName($"{
Types
.ByteType}[]"), typeof(byte[]) },
72
{
Types
.ToTypeName($"{
Types
.SByteType}[]"), typeof(sbyte[]) },
73
{
Types
.ToTypeName($"{
Types
.Int16Type}[]"), typeof(short[]) },
74
{
Types
.ToTypeName($"{
Types
.UInt16Type}[]"), typeof(ushort[]) },
75
{
Types
.ToTypeName($"{
Types
.Int32Type}[]"), typeof(int[]) },
76
{
Types
.ToTypeName($"{
Types
.UInt32Type}[]"), typeof(uint[]) },
77
{
Types
.ToTypeName($"{
Types
.Int64Type}[]"), typeof(long[]) },
78
{
Types
.ToTypeName($"{
Types
.UInt64Type}[]"), typeof(ulong[]) },
79
{
Types
.ToTypeName($"{
Types
.SingleType}[]"), typeof(float[]) },
80
{
Types
.ToTypeName($"{
Types
.DoubleType}[]"), typeof(double[]) },
81
{
Types
.ToTypeName($"{
Types
.CharType}[]"), typeof(char[]) },
82
{
Types
.ToTypeName($"{
Types
.BooleanType}[]"), typeof(bool[]) },
83
{
Types
.ToTypeName($"{
Types
.StringType}[]"), typeof(string[]) },
84
{
Types
.ToTypeName($"{
Types
.DecimalType}[]"), typeof(decimal[]) },
85
{
Types
.ToTypeName($"{
Types
.DateTimeType}[]"), typeof(DateTime[]) },
86
{
Types
.ToTypeName($"{
Types
.TimeSpanType}[]"), typeof(TimeSpan[]) },
87
{
Types
.ToTypeName($"{
Types
.RectangleFType}"), typeof(RectangleF) },
88
{
Types
.ToTypeName($"{
Types
.PointFType}"), typeof(PointF) },
89
{
Types
.ToTypeName($"{
Types
.SizeFType}"), typeof(SizeF) },
90
{
Types
.ToTypeName($"{
Types
.RectangleType}"), typeof(Rectangle) },
91
{
Types
.ToTypeName($"{
Types
.PointType}"), typeof(Point) },
92
{
Types
.ToTypeName($"{
Types
.SizeType}"), typeof(Size) },
93
{
Types
.ToTypeName($"{
Types
.ColorType}"), typeof(Color) },
94
{
Types
.ToTypeName($"{
Types
.HashtableType}"), typeof(Hashtable) },
95
{
Types
.ToTypeName($"{
Types
.ArrayListType}"), typeof(ArrayList) }
System.Windows.Forms (5)
System\Windows\Forms\Nrbf\WinFormsNrbfSerializer.cs (5)
31
{
Types
.ToTypeName($"{typeof(ImageListStreamer).FullName}, System.Windows.Forms"), typeof(ImageListStreamer) },
32
{
Types
.ToTypeName($"{
Types
.BitmapType}, System.Drawing"), typeof(Bitmap) },
33
{
Types
.ToTypeName($"{
Types
.BitmapType}, System.Drawing.Common"), typeof(Bitmap) }