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