13 instantiations of ClassInfo
PresentationCore (13)
System\Windows\BinaryFormat\BinaryFormatWriter.cs (13)
69new ClassInfo(1, typeof(decimal).FullName!, DecimalMemberNames), 92new ClassInfo(1, typeof(DateTime).FullName!, s_dateTimeMemberNames), 107new ClassInfo(1, typeof(TimeSpan).FullName!, new string[] { "_ticks" }), 119new ClassInfo(1, typeof(nint).FullName!, new string[] { "value" }), 131new ClassInfo(1, typeof(nuint).FullName!, new string[] { "value" }), 144new ClassInfo(1, typeof(PointF).FullName!, PointMemberNames), 161new ClassInfo(1, typeof(RectangleF).FullName!, RectangleMemberNames), 227new ClassInfo(1, type.FullName!, s_primitiveMemberName), 240new ClassInfo( 275new ClassInfo( 373new ClassInfo(1, typeof(ArrayList).FullName!, ListMemberNames), 467new ClassInfo(1, TypeInfo.HashtableType, HashtableMemberNames), 506new ClassInfo(1, TypeInfo.NotSupportedExceptionType, NotSupportedExceptionMemberNames),
6 references to ClassInfo
PresentationCore (6)
System\Windows\BinaryFormat\ClassRecord.cs (2)
21internal ClassInfo ClassInfo { get; } 45private protected ClassRecord(ClassInfo classInfo, IReadOnlyList<object> memberValues)
System\Windows\BinaryFormat\ClassWithMembersAndTypes.cs (2)
25ClassInfo classInfo, 36ClassInfo classInfo,
System\Windows\BinaryFormat\SystemClassWithMembersAndTypes.cs (2)
24ClassInfo classInfo, 33ClassInfo classInfo,