2 writes to servicePath
System.ServiceModel (2)
System\ServiceModel\PeerNodeAddress.cs (2)
49
servicePath
= this.endpointAddress.Uri.PathAndQuery.ToUpperInvariant();
64
this.
servicePath
= this.endpointAddress.Uri.PathAndQuery.ToUpperInvariant();
2 references to servicePath
System.ServiceModel (2)
System\ServiceModel\PeerNodeAddress.cs (2)
62
if (this.
servicePath
== null)
66
return this.
servicePath
;