1 write to _uriCache
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1872
_uriCache
= new UriCache();
2 references to _uriCache
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1871
if (
_uriCache
== null)
1873
return
_uriCache
;