13 references to OperationMethod
System.ServiceModel (13)
System\ServiceModel\Description\MessageContractExporter.cs (8)
51if (parentOperation.OperationMethod != null) 58if (existingElement.Operation.OperationMethod == parentOperation.OperationMethod) 62throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.CannotHaveTwoOperationsWithTheSameElement5, parentOperation.OperationMethod.DeclaringType, parentOperation.OperationMethod.Name, qname, existingElement.Operation.OperationMethod.DeclaringType, existingElement.Operation.Name))); 445else if (operation.OperationMethod != null) 857this.methodInfo = operation.OperationMethod;
System\ServiceModel\Description\TypeLoader.cs (3)
293MethodInfo opMethod = operationDescription.OperationMethod; 429MethodInfo opMethod = opDesc.OperationMethod; 831string method1Name = existingOp.OperationMethod.Name;
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
244return TypeLoader.GetFormattingAttribute(operation.OperationMethod, contractFormatAttribute) as XmlSerializerFormatAttribute; 305MethodInfo methodInfo = operation.OperationMethod;