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