2 writes to _asyncChannel
PresentationCore (2)
System\Windows\Media\ChannelManager.cs (2)
49
_asyncChannel
= new DUCE.Channel(
93
_asyncChannel
= null;
3 references to _asyncChannel
PresentationCore (3)
System\Windows\Media\ChannelManager.cs (3)
43
Invariant.Assert(
_asyncChannel
== null);
92
_asyncChannel
?.Close();
196
return
_asyncChannel
;