3 references to GetOperationContractAttribute
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (2)
816OperationContractAttribute operationAttribute = GetOperationContractAttribute(method); 910OperationContractAttribute opSettings = GetOperationContractAttribute(method);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
850OperationContractAttribute opAttr = ServiceReflector.GetOperationContractAttribute(methodInfo);