12 references to IsNull
mscorlib (12)
system\threading\executioncontext.cs (12)
609
get { return
IsNull
? false : m_ec.isFlowSuppressed; }
614
public SynchronizationContext SynchronizationContext { get { return
IsNull
? null : m_ec.SynchronizationContext; } }
615
public SynchronizationContext SynchronizationContextNoFlow { get { return
IsNull
? null : m_ec.SynchronizationContextNoFlow; } }
622
get { return new SecurityContext.Reader(
IsNull
? null : m_ec.SecurityContext); }
630
get { return new LogicalCallContext.Reader(
IsNull
? null : m_ec.LogicalCallContext); }
636
get { return new IllogicalCallContext.Reader(
IsNull
? null : m_ec.IllogicalCallContext); }
643
if (
IsNull
)
657
var thisLocalValues =
IsNull
? null : m_ec._localValues;
665
return !this.
IsNull
&& m_ec._localValues != null;
955
if ( (ec.
IsNull
|| ec.IsDefaultFTContext(preserveSyncCtx)) &&
1261
if (!ecCurrent.
IsNull
)
1276
if (!ecCurrent.
IsNull
)