15 references to Union
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (3)
186p.Union(parts1); 187p.Union(parts2); 192parts1.Union(parts2);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ScopedMessagePartSpecification.cs (8)
54_channelParts.Union(other._channelParts); 60p.Union(other._actionParts[action]); 81_channelParts.Union(parts); 95_actionParts[action].Union(parts); 149p.Union(_actionParts[action]); 151p.Union(_channelParts); 191p.Union(_actionParts[action]); 192p.Union(_channelParts);
FrameworkFork\System.ServiceModel\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);