1 write to proxy
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
524
this.
proxy
= proxy;
2 references to proxy
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
530
return Object.ReferenceEquals(obj, this.
proxy
.GetTransparentProxy());
540
return this.
proxy
.GetHashCode();