1 write to _epr
System.ServiceModel.Primitives (1)
System\ServiceModel\EndpointAddress.cs (1)
1222_epr = address ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(address));
6 references to _epr
System.ServiceModel.Primitives (6)
System\ServiceModel\EndpointAddress.cs (6)
1242return _epr == null ? null : _epr.GetReaderAtMetadata(); 1276return _epr == null ? null : _epr.GetReaderAtExtensions(); 1315_epr == null ? null : _epr.GetReaderAtPsp());