1 write to _to
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportOutputChannel.cs (1)
122
_to
= new XmlDictionaryString(this, to, 0);
6 references to _to
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportOutputChannel.cs (6)
129
return
_to
;
137
if (value ==
_to
.Value)
139
result =
_to
;
150
result =
_to
;
161
if (value ==
_to
)
163
result =
_to
;