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