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

◆ MethodJitTailCallFailed()

void System.Diagnostics.Tracing.NativeRuntimeEventSource.MethodJitTailCallFailed ( string MethodBeingCompiledNamespace,
string MethodBeingCompiledName,
string MethodBeingCompiledNameSignature,
string CallerNamespace,
string CallerName,
string CallerNameSignature,
string CalleeNamespace,
string CalleeName,
string CalleeNameSignature,
bool TailPrefix,
string FailReason,
ushort ClrInstanceID )
inlineprivate

Definition at line 851 of file NativeRuntimeEventSource.cs.

852 {
853 throw new NotImplementedException();
854 }