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