7 references to IsBoundBy
System.ServiceModel (2)
System\ServiceModel\Description\MessageContractImporter.cs (2)
1121if (body != null && operation.IsBoundBy(bindingOperation)) 1145if (operation.IsBoundBy(bindingOperation))
System.Web.Services (5)
System\Web\Services\Description\ProtocolImporter.cs (1)
350if (operation.IsBoundBy(b)) {
System\Web\Services\Description\ServiceDescriptionImporter.cs (2)
350if (body != null && operation.IsBoundBy(bindingOperation)) { 369if (operation.IsBoundBy(bindingOperation)) {
System\Web\Services\Description\WebServicesInteroperability.cs (2)
123if (op.IsBoundBy(b)) { 575if (op.IsBoundBy(bindingOperation)) {