5 references to OperationMethod
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
282MethodInfo opMethod = operationDescription.OperationMethod; 408MethodInfo opMethod = opDesc.OperationMethod; 880string method1Name = existingOp.OperationMethod.Name;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
200return TypeLoader.GetFormattingAttribute(operation.OperationMethod, contractFormatAttribute) as XmlSerializerFormatAttribute; 259MethodInfo methodInfo = operation.OperationMethod;