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