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

◆ Enter() [1/5]

static void System.Net.NetEventSource.Enter ( object thisOrContextObject,
[Optional] FormattableString formattableString,
[Optional] string memberName )
inlinestatic

Definition at line 15 of file NetEventSource.cs.

16 {
17 if (!true)
18 {
19 }
20 bool isEnabled = NetEventSource.IsEnabled;
21 if (!true)
22 {
23 }
25 if (formattableString != null)
26 {
27 if (!true)
28 {
29 }
30 string text2 = NetEventSource.Format(formattableString);
31 return;
32 }
33 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.NetEventSource.Format(), System.Net.NetEventSource.IdOf(), System.Net.NetEventSource.IsEnabled, j__TPar, and System.text.

Referenced by System.Net.FtpWebRequest.AsyncRequestCallback(), System.Net.NTAuthentication.GetOutgoingBlob(), and System.Net.FtpWebRequest.SyncRequestCallback().