6 references to AddParts
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (6)
256this.AddParts(ref operationSignedParts, endpointSignedParts); 257this.AddParts(ref operationEncryptedParts, endpointEncryptedParts); 270this.AddParts(ref messageSignedParts, operationSignedParts); 271this.AddParts(ref messageEncryptedParts, operationEncryptedParts); 364this.AddParts(ref messageSignedParts, operationSignedParts); 365this.AddParts(ref messageEncryptedParts, operationEncryptedParts);