1 instantiation of FastPathInfo
System.ServiceModel (1)
System\UriTemplateTable.cs (1)
399FastPathInfo fpInfo = new FastPathInfo();
4 references to FastPathInfo
System.ServiceModel (4)
System\UriTemplateTable.cs (4)
22Dictionary<string, FastPathInfo> fastPathTable; // key is uri.PathAndQuery, fastPathTable may be null 389this.fastPathTable = new Dictionary<string, FastPathInfo>(); 399FastPathInfo fpInfo = new FastPathInfo(); 417FastPathInfo fpInfo = null;