3 references to GetOperationContractAttribute
System.ServiceModel (3)
System\ServiceModel\Description\ServiceReflector.cs (2)
867
OperationContractAttribute operationAttribute =
GetOperationContractAttribute
(method);
961
OperationContractAttribute opSettings =
GetOperationContractAttribute
(method);
System\ServiceModel\Description\TypeLoader.cs (1)
801
OperationContractAttribute opAttr = ServiceReflector.
GetOperationContractAttribute
(methodInfo);