1 write to s_anonymousAddress
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (1)
224
s_anonymousAddress
= new EndpointAddress(AnonymousUri);
2 references to s_anonymousAddress
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (2)
223
if (
s_anonymousAddress
== null)
225
return
s_anonymousAddress
;