4 writes to _incomingEncryptionParts
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (4)
24_incomingEncryptionParts = new ScopedMessagePartSpecification(); 43_incomingEncryptionParts = new ScopedMessagePartSpecification(other._incomingEncryptionParts); 54_incomingEncryptionParts = new ScopedMessagePartSpecification(other._incomingEncryptionParts, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign); 148result._incomingEncryptionParts = new ScopedMessagePartSpecification(this.OutgoingEncryptionParts);
9 references to _incomingEncryptionParts
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (9)
43_incomingEncryptionParts = new ScopedMessagePartSpecification(other._incomingEncryptionParts); 54_incomingEncryptionParts = new ScopedMessagePartSpecification(other._incomingEncryptionParts, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign); 71return _incomingEncryptionParts; 103if (protectionRequirements._incomingEncryptionParts != null) 104_incomingEncryptionParts.AddParts(protectionRequirements._incomingEncryptionParts.ChannelParts); 113AddActionParts(_incomingEncryptionParts, protectionRequirements._incomingEncryptionParts); 134_incomingEncryptionParts.MakeReadOnly();