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

◆ ForEach()

void System.Runtime.Serialization.CodeGenerator.ForEach ( LocalBuilder local,
Type elementType,
Type enumeratorType,
LocalBuilder enumerator,
MethodInfo getCurrentMethod )
inlinepackage

Definition at line 325 of file CodeGenerator.cs.

References System.Runtime.Serialization.CodeGenerator._blockStack, System.Reflection.Emit.Br, System.Reflection.Emit.Call, System.Runtime.Serialization.CodeGenerator.ConvertValue(), System.Runtime.Serialization.CodeGenerator.DefineLabel(), System.elementType, System.Runtime.Serialization.CodeGenerator.GetVariableType(), System.Runtime.Serialization.CodeGenerator.MarkLabel(), System.Collections.Generic.Stack< T >.Push(), and System.Reflection.Emit.Stloc.

Referenced by System.Runtime.Serialization.Json.JsonFormatWriterGenerator.CriticalHelper.WriteCollection(), and System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.WriteCollection().