3 references to GetOperationContractAttribute
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\ServiceReflector.cs (2)
853
OperationContractAttribute operationAttribute =
GetOperationContractAttribute
(method);
947
OperationContractAttribute opSettings =
GetOperationContractAttribute
(method);
System\ServiceModel\Description\TypeLoader.cs (1)
863
OperationContractAttribute opAttr = ServiceReflector.
GetOperationContractAttribute
(methodInfo);