2 writes to _uri
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (2)
1284_uri = address.Uri; 1297set { _uri = value; }
2 references to _uri
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (2)
1296get { return _uri; } 1383_uri,