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