5 references to reverseTable
System.ServiceModel (5)
System\ServiceModel\Channels\NamedPipeConnectionPool.cs (5)
97if (!this.reverseTable.TryGetValue(pipeName, out uris)) 100this.reverseTable.Add(pipeName, uris); 108this.reverseTable.Clear(); 114if (this.reverseTable.TryGetValue(pipeName, out uris)) 116this.reverseTable.Remove(pipeName);