Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WriteReflectionInit()

void System.Xml.Serialization.ReflectionAwareCodeGen.WriteReflectionInit ( TypeScope scope)
inlinepackage

Definition at line 23 of file ReflectionAwareCodeGen.cs.

24 {
25 foreach (Type type in scope.Types)
26 {
27 TypeDesc typeDesc = scope.GetTypeDesc(type);
28 if (typeDesc.UseReflection)
29 {
31 }
32 }
33 }
string WriteTypeInfo(TypeScope scope, TypeDesc typeDesc, Type type)

References System.Xml.Dictionary, System.type, and System.Xml.Serialization.ReflectionAwareCodeGen.WriteTypeInfo().