2 writes to _outgoingAlgorithmSuite
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
116
_outgoingAlgorithmSuite
= factory._outgoingAlgorithmSuite;
265
_outgoingAlgorithmSuite
= value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentNullException(nameof(value)));
2 references to _outgoingAlgorithmSuite
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
116
_outgoingAlgorithmSuite = factory.
_outgoingAlgorithmSuite
;
260
return
_outgoingAlgorithmSuite
;