2 writes to _rawConnection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (2)
40
_rawConnection
= rawConnection;
84
_rawConnection
= null;
2 references to _rawConnection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (2)
81
if (
_rawConnection
!= null)
83
result =
_rawConnection
;