4 references to forwardTable
System.ServiceModel (4)
System\ServiceModel\Channels\NamedPipeConnectionPool.cs (4)
94
this.
forwardTable
.Add(uri, pipeName);
107
this.
forwardTable
.Clear();
119
this.
forwardTable
.Remove(uri);
126
return this.
forwardTable
.TryGetValue(uri, out pipeName);