2 writes to _asyncOutOfBandChannel
PresentationCore (2)
Core\CSharp\System\Windows\Media\ChannelManager.cs (2)
83
_asyncOutOfBandChannel
= new DUCE.Channel(
141
_asyncOutOfBandChannel
= null;
4 references to _asyncOutOfBandChannel
PresentationCore (4)
Core\CSharp\System\Windows\Media\ChannelManager.cs (4)
71
Invariant.Assert(
_asyncOutOfBandChannel
== null);
138
if (
_asyncOutOfBandChannel
!= null)
140
_asyncOutOfBandChannel
.Close();
278
return
_asyncOutOfBandChannel
;