3 writes to EndMethod
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\TypeLoader.cs (3)
938existingOp.EndMethod = newOp.EndMethod; 954newOp.EndMethod = existingOp.EndMethod; 1050operationDescription.EndMethod = outputMethod;
27 references to EndMethod
System.ServiceModel.Primitives (24)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
130child.EndMethod = operation.EndMethod;
System\ServiceModel\Description\TypeLoader.cs (22)
483opDesc.EndMethod.Name, 504opDesc.EndMethod.Name, 938existingOp.EndMethod = newOp.EndMethod; 954newOp.EndMethod = existingOp.EndMethod; 1643_asyncOutputs = ServiceReflector.GetOutputParameters(_asyncOperation.EndMethod, true); 1655_asyncOperation.EndMethod.Name, 1671_asyncOperation.EndMethod.Name, 1688_asyncOperation.EndMethod.Name, 1696if (_syncOperation.SyncMethod.ReturnType != _syncOperation.EndMethod.ReturnType) 1703_asyncOperation.EndMethod.Name, 1717_asyncOperation.EndMethod.Name, 1732_asyncOperation.EndMethod.Name, 1747_asyncOperation.EndMethod.Name, 1764_asyncOperation.EndMethod.Name, 1913_asyncOperation.EndMethod.Name, 1929_asyncOperation.EndMethod.Name, 1937if (_taskOperation.TaskTResult != _asyncOperation.EndMethod.ReturnType) 1944_asyncOperation.EndMethod.Name, 1958_asyncOperation.EndMethod.Name, 1973_asyncOperation.EndMethod.Name, 1988_asyncOperation.EndMethod.Name, 2005_asyncOperation.EndMethod.Name,
System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
62_operationMap.Add(operation.EndMethod.MethodHandle.Value, operation.Name);
System.ServiceModel.Primitives.Tests (3)
Description\ContractDescriptionTest.cs (3)
214Assert.NotNull(operation.EndMethod); 218Assert.Equal(typeof(IDescriptionTestsServiceBeginEndGenerated).GetMethod(nameof(IDescriptionTestsServiceBeginEndGenerated.EndEcho)), operation.EndMethod); 223Assert.Equal(typeof(IDescriptionTestsServiceBeginEndGenerated).GetMethod(nameof(IDescriptionTestsServiceBeginEndGenerated.EndMessageRequestReply)), operation.EndMethod);