2 writes to pipeName
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
2514
this.
pipeName
= pipeName;
2661
this.
pipeName
= BuildPipeName(this.pipeNameGuidPart);
2 references to pipeName
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
2651
if (
pipeName
== null)
2669
return
pipeName
;