2 writes to _asyncOutOfBandChannel
PresentationCore (2)
System\Windows\Media\ChannelManager.cs (2)
76_asyncOutOfBandChannel = new DUCE.Channel( 124_asyncOutOfBandChannel = null;
4 references to _asyncOutOfBandChannel
PresentationCore (4)
System\Windows\Media\ChannelManager.cs (4)
64Invariant.Assert(_asyncOutOfBandChannel == null); 121if (_asyncOutOfBandChannel != null) 123_asyncOutOfBandChannel.Close(); 237return _asyncOutOfBandChannel;