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