2 writes to _identityVerifier
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
97
_identityVerifier
= IdentityVerifier.CreateDefault();
104
_identityVerifier
= value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
2 references to _identityVerifier
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
95
if (
_identityVerifier
== null)
100
return
_identityVerifier
;