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