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