1 write to _epr
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (1)
1283
_epr
= address;
6 references to _epr
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (6)
1315
return
_epr
== null ? null :
_epr
.GetReaderAtMetadata();
1349
return
_epr
== null ? null :
_epr
.GetReaderAtExtensions();
1388
_epr
== null ? null :
_epr
.GetReaderAtPsp());