15 references to Union
System.ServiceModel (15)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (3)
187
p.
Union
(parts1);
188
p.
Union
(parts2);
193
parts1.
Union
(parts2);
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (8)
57
this.channelParts.
Union
(other.channelParts);
63
p.
Union
(other.actionParts[action]);
84
this.channelParts.
Union
(parts);
98
this.actionParts[action].
Union
(parts);
152
p.
Union
(this.actionParts[action]);
154
p.
Union
(this.channelParts);
194
p.
Union
(this.actionParts[action]);
195
p.
Union
(this.channelParts);
System\ServiceModel\Security\WSSecurityPolicy.cs (4)
2679
encryption.
Union
(bootstrapProtection.IncomingEncryptionParts.ChannelParts);
2680
encryption.
Union
(bootstrapProtection.OutgoingEncryptionParts.ChannelParts);
2683
signature.
Union
(bootstrapProtection.IncomingSignatureParts.ChannelParts);
2684
signature.
Union
(bootstrapProtection.OutgoingSignatureParts.ChannelParts);