Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SerializationEventsCache.cs
Go to the documentation of this file.
3
5
6internal static class SerializationEventsCache
7{
9
14
15 [UnconditionalSuppressMessage("ReflectionAnalysis", "IL2067:UnrecognizedReflectionPattern", Justification = "The Type is annotated correctly, it just can't pass through the lambda method.")]
17 {
18 return new SerializationEvents(t);
19 }
20}
static readonly ConcurrentDictionary< Type, SerializationEvents > s_cache
static SerializationEvents GetSerializationEventsForType([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type t)