2 writes to _asyncOutOfBandChannel
PresentationCore (2)
System\Windows\Media\ChannelManager.cs (2)
56
_asyncOutOfBandChannel
= new DUCE.Channel(
95
_asyncOutOfBandChannel
= null;
3 references to _asyncOutOfBandChannel
PresentationCore (3)
System\Windows\Media\ChannelManager.cs (3)
44
Invariant.Assert(
_asyncOutOfBandChannel
== null);
94
_asyncOutOfBandChannel
?.Close();
207
return
_asyncOutOfBandChannel
;