2 writes to _scheduler
System.ServiceModel.Primitives (2)
Internals\System\Runtime\IOThreadScheduler.cs (2)
490_scheduler = null; 525_scheduler = iots;
3 references to _scheduler
System.ServiceModel.Primitives (3)
Internals\System\Runtime\IOThreadScheduler.cs (3)
489IOThreadScheduler iots = _scheduler; 522Fx.Assert(_scheduler == null, "Post called on an overlapped that is already posted."); 543if (_scheduler != null)