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