2 writes to _asyncOutOfBandChannel
PresentationCore (2)
System\Windows\Media\ChannelManager.cs (2)
57_asyncOutOfBandChannel = new DUCE.Channel( 105_asyncOutOfBandChannel = null;
4 references to _asyncOutOfBandChannel
PresentationCore (4)
System\Windows\Media\ChannelManager.cs (4)
45Invariant.Assert(_asyncOutOfBandChannel == null); 102if (_asyncOutOfBandChannel != null) 104_asyncOutOfBandChannel.Close(); 218return _asyncOutOfBandChannel;