9 references to ScopedMessagePartSpecification
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (8)
42_incomingSignatureParts = new ScopedMessagePartSpecification(other._incomingSignatureParts); 43_incomingEncryptionParts = new ScopedMessagePartSpecification(other._incomingEncryptionParts); 44_outgoingSignatureParts = new ScopedMessagePartSpecification(other._outgoingSignatureParts); 45_outgoingEncryptionParts = new ScopedMessagePartSpecification(other._outgoingEncryptionParts); 146result._incomingSignatureParts = new ScopedMessagePartSpecification(this.OutgoingSignatureParts); 147result._outgoingSignatureParts = new ScopedMessagePartSpecification(this.IncomingSignatureParts); 148result._incomingEncryptionParts = new ScopedMessagePartSpecification(this.OutgoingEncryptionParts); 149result._outgoingEncryptionParts = new ScopedMessagePartSpecification(this.IncomingEncryptionParts);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
67: this(other)