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