2 writes to _isOutputSessionClosed
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
307
_isOutputSessionClosed
= true;
362
_isOutputSessionClosed
= true;
3 references to _isOutputSessionClosed
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (3)
302
if (
_isOutputSessionClosed
)
357
if (
_isOutputSessionClosed
)
663
if (
_isOutputSessionClosed
)