1 write to _backgroundCloseData
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1521_backgroundCloseData = new InputQueue<object>();
11 references to _backgroundCloseData
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (11)
1518Fx.Assert(_backgroundCloseData == null, "can't try twice"); 1532Fx.Assert(_backgroundCloseData != null, "Only callable from background close"); 1533_backgroundCloseData.Close(); 1538if (_backgroundCloseData == null) 1551Fx.Assert(_backgroundCloseData != null, "Need to check background close first"); 1552object dummy = _backgroundCloseData.Dequeue(timeout); 1558Fx.Assert(_backgroundCloseData != null, "Need to check background close first"); 1559return _backgroundCloseData.BeginDequeue(timeout, callback, state); 1564Fx.Assert(_backgroundCloseData != null, "Need to check background close first"); 1565object dummy = _backgroundCloseData.EndDequeue(result); 1571_backgroundCloseData.EnqueueAndDispatch(exception, null, true);