This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,23 @@
using System;
using System.Collections;
using Cpp2IlInjected;
namespace System.Runtime.Serialization
{
// Token: 0x02000474 RID: 1140
[Token(Token = "0x2000474")]
internal static class SerializationEventsCache
{
// Token: 0x06002722 RID: 10018 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6002722")]
[Address(RVA = "0x2679200", Offset = "0x2678200", VA = "0x182679200")]
internal static SerializationEvents GetSerializationEventsForType(Type t)
{
return null;
}
// Token: 0x04001591 RID: 5521
[Token(Token = "0x4001591")]
private static Hashtable cache;
}
}