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