1 write to s_noneUri
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (1)
244s_noneUri = new Uri(AddressingStrings.NoneUri);
2 references to s_noneUri
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (2)
243if (s_noneUri == null) 245return s_noneUri;