13 instantiations of ClassInfo
PresentationCore (13)
System\Windows\BinaryFormat\BinaryFormatWriter.cs (13)
67
new
ClassInfo
(1, typeof(decimal).FullName!, DecimalMemberNames),
90
new
ClassInfo
(1, typeof(DateTime).FullName!, s_dateTimeMemberNames),
105
new
ClassInfo
(1, typeof(TimeSpan).FullName!, new string[] { "_ticks" }),
117
new
ClassInfo
(1, typeof(nint).FullName!, new string[] { "value" }),
129
new
ClassInfo
(1, typeof(nuint).FullName!, new string[] { "value" }),
142
new
ClassInfo
(1, typeof(PointF).FullName!, PointMemberNames),
159
new
ClassInfo
(1, typeof(RectangleF).FullName!, RectangleMemberNames),
225
new
ClassInfo
(1, type.FullName!, s_primitiveMemberName),
238
new
ClassInfo
(
273
new
ClassInfo
(
371
new
ClassInfo
(1, typeof(ArrayList).FullName!, ListMemberNames),
465
new
ClassInfo
(1, TypeInfo.HashtableType, HashtableMemberNames),
504
new
ClassInfo
(1, TypeInfo.NotSupportedExceptionType, NotSupportedExceptionMemberNames),
6 references to ClassInfo
PresentationCore (6)
System\Windows\BinaryFormat\ClassRecord.cs (2)
19
internal
ClassInfo
ClassInfo { get; }
43
private protected ClassRecord(
ClassInfo
classInfo, IReadOnlyList<object> memberValues)
System\Windows\BinaryFormat\ClassWithMembersAndTypes.cs (2)
24
ClassInfo
classInfo,
35
ClassInfo
classInfo,
System\Windows\BinaryFormat\SystemClassWithMembersAndTypes.cs (2)
23
ClassInfo
classInfo,
32
ClassInfo
classInfo,