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