3 references to TryGetParts
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
124
if (from.
TryGetParts
(action, true, out p))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ScopedMessagePartSpecification.cs (2)
118
if (
TryGetParts
(action, true, out parts))
180
return this.
TryGetParts
(action, false, out parts);