2 writes to _asyncChannel
PresentationCore (2)
Core\CSharp\System\Windows\Media\ChannelManager.cs (2)
76_asyncChannel = new DUCE.Channel( 135_asyncChannel = null;
4 references to _asyncChannel
PresentationCore (4)
Core\CSharp\System\Windows\Media\ChannelManager.cs (4)
70Invariant.Assert(_asyncChannel == null); 132if (_asyncChannel != null) 134_asyncChannel.Close(); 262return _asyncChannel;