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