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