1 write to fastPathTable
System.ServiceModel (1)
System\UriTemplateTable.cs (1)
389
this.
fastPathTable
= new Dictionary<string, FastPathInfo>();
5 references to fastPathTable
System.ServiceModel (5)
System\UriTemplateTable.cs (5)
387
if (this.
fastPathTable
== null)
393
if (this.
fastPathTable
.ContainsKey(uriPath))
404
this.
fastPathTable
.Add(uriPath, fpInfo);
418
if ((this.
fastPathTable
!= null) && this.
fastPathTable
.TryGetValue(uriPath, out fpInfo))