2 writes to state
mscorlib (2)
system\threading\hostexecutioncontextmanager.cs (2)
63state = value; 73this.state = state;
5 references to state
mscorlib (5)
system\threading\hostexecutioncontextmanager.cs (5)
60return state; 79Object newState = state; 80if (state is IUnknownSafeHandle) 83newState = ((IUnknownSafeHandle)state).Clone(); 85return new HostExecutionContext(state);