3 writes to _state
System.ServiceModel.Primitives (3)
Internals\System\Runtime\IOThreadScheduler.cs (3)
338_state = state; 352_state = null; 390_state = null;
2 references to _state
System.ServiceModel.Primitives (2)
Internals\System\Runtime\IOThreadScheduler.cs (2)
389state = _state; 423Contract.Assert(_state == null, "Finalized with leaked state.");