2 writes to _asyncChannel
PresentationCore (2)
System\Windows\Media\ChannelManager.cs (2)
69_asyncChannel = new DUCE.Channel( 118_asyncChannel = null;
4 references to _asyncChannel
PresentationCore (4)
System\Windows\Media\ChannelManager.cs (4)
63Invariant.Assert(_asyncChannel == null); 115if (_asyncChannel != null) 117_asyncChannel.Close(); 226return _asyncChannel;