1 instantiation of UriCache
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\Message.cs (1)
2050_uriCache = new UriCache();
4 references to UriCache
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\Addressing.cs (2)
464public static Uri ReadHeaderValue(XmlDictionaryReader reader, AddressingVersion version, UriCache uriCache) 483public static ToHeader ReadHeader(XmlDictionaryReader reader, AddressingVersion version, UriCache uriCache,
System\ServiceModel\Channels\Message.cs (2)
2029private UriCache _uriCache; 2044public UriCache UriCache