1 write to pipeNameCache
System.ServiceModel (1)
System\ServiceModel\Channels\NamedPipeConnectionPool.cs (1)
31
this.
pipeNameCache
= new PipeNameCache();
4 references to pipeNameCache
System.ServiceModel (4)
System\ServiceModel\Channels\NamedPipeConnectionPool.cs (4)
45
if (!this.
pipeNameCache
.TryGetValue(via, out result))
48
this.
pipeNameCache
.Add(via, result);
57
this.
pipeNameCache
.Clear();
65
this.
pipeNameCache
.Purge(pipeName);