terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ IPv6AddressToString() [2/2]

static bool System.Net.IPAddressParser.IPv6AddressToString ( ushort[] address,
uint scopeId,
Span< char > destination,
[Out] int charsWritten )
inlinestaticpackage

Definition at line 88 of file IPAddressParser.cs.

89 {
90 StringBuilder stringBuilder;
91 int length = stringBuilder.Length;
92 StringBuilderCache.Release(stringBuilder);
93 int length2 = stringBuilder.Length;
94 int length3 = stringBuilder.Length;
96 StringBuilderCache.Release(stringBuilder);
97 return true;
98 }
class f__AnonymousType0<< Count > j__TPar
static void Release(StringBuilder sb)

References j__TPar, System.length, System.Text.StringBuilder.Length, and System.Text.StringBuilderCache.Release().