1 write to asyncOperation
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
1807this.asyncOperation = asyncOperation;
20 references to asyncOperation
System.ServiceModel (20)
System\ServiceModel\Description\TypeLoader.cs (20)
1809this.asyncInputs = ServiceReflector.GetInputParameters(this.asyncOperation.BeginMethod, true); 1820this.asyncOperation.BeginMethod.Name, 1821this.asyncOperation.EndMethod.Name, 1836this.asyncOperation.BeginMethod.Name, 1837this.asyncOperation.EndMethod.Name, 1845if (this.taskOperation.TaskTResult != this.asyncOperation.EndMethod.ReturnType) 1851this.asyncOperation.BeginMethod.Name, 1852this.asyncOperation.EndMethod.Name, 1859if (this.asyncOperation.Faults.Count != 0) 1865this.asyncOperation.BeginMethod.Name, 1866this.asyncOperation.EndMethod.Name, 1875if (this.asyncOperation.KnownTypes.Count != 0) 1881this.asyncOperation.BeginMethod.Name, 1882this.asyncOperation.EndMethod.Name, 1890if (this.taskOperation.Messages.Count != this.asyncOperation.Messages.Count) 1896this.asyncOperation.BeginMethod.Name, 1897this.asyncOperation.EndMethod.Name, 1907if (this.taskOperation.Messages[index].Action != this.asyncOperation.Messages[index].Action) 1913this.asyncOperation.BeginMethod.Name, 1914this.asyncOperation.EndMethod.Name,