2 writes to _asyncOutOfBandChannel
PresentationCore (2)
System\Windows\Media\ChannelManager.cs (2)
56_asyncOutOfBandChannel = new DUCE.Channel( 104_asyncOutOfBandChannel = null;
4 references to _asyncOutOfBandChannel
PresentationCore (4)
System\Windows\Media\ChannelManager.cs (4)
44Invariant.Assert(_asyncOutOfBandChannel == null); 101if (_asyncOutOfBandChannel != null) 103_asyncOutOfBandChannel.Close(); 217return _asyncOutOfBandChannel;