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

◆ NotifyOfCrossThreadDependencySlow()

static void System.Diagnostics.Debugger.NotifyOfCrossThreadDependencySlow ( )
inlinestaticprivate

Definition at line 39 of file Debugger.cs.

40 {
41 CustomNotification(new CrossThreadDependencyNotification());
42 }
static void CustomNotification(ICustomDebuggerNotification data)

References System.Diagnostics.Debugger.CustomNotification().

Referenced by System.Diagnostics.Debugger.NotifyOfCrossThreadDependency().