4 writes to _outgoingEncryptionParts
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (4)
23_outgoingEncryptionParts = new ScopedMessagePartSpecification(); 38_outgoingEncryptionParts = new ScopedMessagePartSpecification(other._outgoingEncryptionParts); 51_outgoingEncryptionParts = new ScopedMessagePartSpecification(other._outgoingEncryptionParts, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign); 141result._outgoingEncryptionParts = new ScopedMessagePartSpecification(IncomingEncryptionParts);
9 references to _outgoingEncryptionParts
System.ServiceModel.Primitives (9)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (9)
38_outgoingEncryptionParts = new ScopedMessagePartSpecification(other._outgoingEncryptionParts); 51_outgoingEncryptionParts = new ScopedMessagePartSpecification(other._outgoingEncryptionParts, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign); 64return _outgoingEncryptionParts; 95if (protectionRequirements._outgoingEncryptionParts != null) 97_outgoingEncryptionParts.AddParts(protectionRequirements._outgoingEncryptionParts.ChannelParts); 105AddActionParts(_outgoingEncryptionParts, protectionRequirements._outgoingEncryptionParts); 128_outgoingEncryptionParts.MakeReadOnly();