1 write to s_uriGenerator
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
768
s_uriGenerator
= new UriGenerator();
2 references to s_uriGenerator
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
766
if (
s_uriGenerator
== null)
771
return
s_uriGenerator
;