1 write to asyncOperation
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
1545this.asyncOperation = asyncOperation;
22 references to asyncOperation
System.ServiceModel (22)
System\ServiceModel\Description\TypeLoader.cs (22)
1547this.asyncInputs = ServiceReflector.GetInputParameters(this.asyncOperation.BeginMethod, true); 1549this.asyncOutputs = ServiceReflector.GetOutputParameters(this.asyncOperation.EndMethod, true); 1560this.asyncOperation.BeginMethod.Name, 1561this.asyncOperation.EndMethod.Name, 1576this.asyncOperation.BeginMethod.Name, 1577this.asyncOperation.EndMethod.Name, 1593this.asyncOperation.BeginMethod.Name, 1594this.asyncOperation.EndMethod.Name, 1608this.asyncOperation.BeginMethod.Name, 1609this.asyncOperation.EndMethod.Name, 1616if (this.asyncOperation.Faults.Count != 0) 1622this.asyncOperation.BeginMethod.Name, 1623this.asyncOperation.EndMethod.Name, 1632if (this.asyncOperation.KnownTypes.Count != 0) 1638this.asyncOperation.BeginMethod.Name, 1639this.asyncOperation.EndMethod.Name, 1647if (this.syncOperation.Messages.Count != this.asyncOperation.Messages.Count) 1653this.asyncOperation.BeginMethod.Name, 1654this.asyncOperation.EndMethod.Name, 1664if (this.syncOperation.Messages[index].Action != this.asyncOperation.Messages[index].Action) 1670this.asyncOperation.BeginMethod.Name, 1671this.asyncOperation.EndMethod.Name,