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