1 instantiation of UriCache
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1872
_uriCache = new
UriCache
();
4 references to UriCache
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Addressing.cs (2)
434
public static Uri ReadHeaderValue(XmlDictionaryReader reader, AddressingVersion version,
UriCache
uriCache)
453
public static ToHeader ReadHeader(XmlDictionaryReader reader, AddressingVersion version,
UriCache
uriCache,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1852
private
UriCache
_uriCache;
1867
public
UriCache
UriCache