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);
146
result._incomingSignatureParts = new
ScopedMessagePartSpecification
(this.OutgoingSignatureParts);
147
result._outgoingSignatureParts = new
ScopedMessagePartSpecification
(this.IncomingSignatureParts);
148
result._incomingEncryptionParts = new
ScopedMessagePartSpecification
(this.OutgoingEncryptionParts);
149
result._outgoingEncryptionParts = new
ScopedMessagePartSpecification
(this.IncomingEncryptionParts);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
67
:
this
(other)