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