1 write to s_anonymousUri
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (1)
234
s_anonymousUri
= new Uri(AddressingStrings.AnonymousUri);
2 references to s_anonymousUri
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (2)
233
if (
s_anonymousUri
== null)
235
return
s_anonymousUri
;