4 references to TryGetParts
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
211
if (scopedParts.
TryGetParts
(action, out parts))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
165
if (actionParts.
TryGetParts
(action, out parts))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
1376
if (scopedParts.
TryGetParts
(message.Action, out parts))
1391
if (protectionRequirements.OutgoingEncryptionParts.
TryGetParts
(fault.Action, out parts))