3 writes to EndMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
925existingOp.EndMethod = newOp.EndMethod; 941newOp.EndMethod = existingOp.EndMethod; 1033operationDescription.EndMethod = outputMethod;
24 references to EndMethod
dotnet-svcutil-lib (24)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
133child.EndMethod = operation.EndMethod;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (22)
470opDesc.EndMethod.Name, 491opDesc.EndMethod.Name, 925existingOp.EndMethod = newOp.EndMethod; 941newOp.EndMethod = existingOp.EndMethod; 1586_asyncOutputs = ServiceReflector.GetOutputParameters(_asyncOperation.EndMethod, true); 1598_asyncOperation.EndMethod.Name, 1614_asyncOperation.EndMethod.Name, 1631_asyncOperation.EndMethod.Name, 1639if (_syncOperation.SyncMethod.ReturnType != _syncOperation.EndMethod.ReturnType) 1646_asyncOperation.EndMethod.Name, 1660_asyncOperation.EndMethod.Name, 1675_asyncOperation.EndMethod.Name, 1690_asyncOperation.EndMethod.Name, 1707_asyncOperation.EndMethod.Name, 1856_asyncOperation.EndMethod.Name, 1872_asyncOperation.EndMethod.Name, 1880if (_taskOperation.TaskTResult != _asyncOperation.EndMethod.ReturnType) 1887_asyncOperation.EndMethod.Name, 1901_asyncOperation.EndMethod.Name, 1916_asyncOperation.EndMethod.Name, 1931_asyncOperation.EndMethod.Name, 1948_asyncOperation.EndMethod.Name,
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
57_operationMap.Add(operation.EndMethod, operation.Name);