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