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

◆ IsEntered()

static bool System.Threading.Monitor.IsEntered ( object obj)
inlinestatic

Definition at line 71 of file Monitor.cs.

72 {
73 if (obj == null)
74 {
75 throw new ArgumentNullException("obj");
76 }
77 return IsEnteredNative(obj);
78 }
static bool IsEnteredNative(object obj)

References System.Threading.Monitor.IsEnteredNative(), and System.obj.

Referenced by ReLogic.Content.AssetRepository.LoadAssetWithPotentialAsync< T >(), and System.Threading.Tasks.Dataflow.Internal.SourceCore< TOutput >.OfferAsyncIfNecessary_Slow().