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)
70
Invariant.Assert(
_asyncChannel
== null);
132
if (
_asyncChannel
!= null)
134
_asyncChannel
.Close();
262
return
_asyncChannel
;