4 references to State
mscorlib (4)
system\threading\hostexecutioncontextmanager.cs (4)
217
if (hostExecutionContext.
State
is IUnknownSafeHandle)
224
IUnknownSafeHandle unkSafeHandle = (IUnknownSafeHandle)hostExecutionContext.
State
;
272
if (revertToHostContext != null && revertToHostContext.
State
is IUnknownSafeHandle)
274
IUnknownSafeHandle unkprevSafeHandle = (IUnknownSafeHandle)revertToHostContext.
State
;