4 writes to _outgoingEncryptionParts
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (4)
26_outgoingEncryptionParts = new ScopedMessagePartSpecification(); 45_outgoingEncryptionParts = new ScopedMessagePartSpecification(other._outgoingEncryptionParts); 56_outgoingEncryptionParts = new ScopedMessagePartSpecification(other._outgoingEncryptionParts, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign); 149result._outgoingEncryptionParts = new ScopedMessagePartSpecification(this.IncomingEncryptionParts);
9 references to _outgoingEncryptionParts
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (9)
45_outgoingEncryptionParts = new ScopedMessagePartSpecification(other._outgoingEncryptionParts); 56_outgoingEncryptionParts = new ScopedMessagePartSpecification(other._outgoingEncryptionParts, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign); 87return _outgoingEncryptionParts; 107if (protectionRequirements._outgoingEncryptionParts != null) 108_outgoingEncryptionParts.AddParts(protectionRequirements._outgoingEncryptionParts.ChannelParts); 115AddActionParts(_outgoingEncryptionParts, protectionRequirements._outgoingEncryptionParts); 136_outgoingEncryptionParts.MakeReadOnly();