1 write to taskOperation
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
1806
this.
taskOperation
= taskOperation;
26 references to taskOperation
System.ServiceModel (26)
System\ServiceModel\Description\TypeLoader.cs (26)
1808
this.taskInputs = ServiceReflector.GetInputParameters(this.
taskOperation
.TaskMethod, false);
1818
this.
taskOperation
.TaskMethod.Name,
1819
this.
taskOperation
.TaskMethod.DeclaringType,
1822
this.
taskOperation
.Name)));
1834
this.
taskOperation
.TaskMethod.Name,
1835
this.
taskOperation
.TaskMethod.DeclaringType,
1838
this.
taskOperation
.Name)));
1845
if (this.
taskOperation
.TaskTResult != this.asyncOperation.EndMethod.ReturnType)
1849
this.
taskOperation
.TaskMethod.Name,
1850
this.
taskOperation
.TaskMethod.DeclaringType,
1853
this.
taskOperation
.Name)));
1863
this.
taskOperation
.TaskMethod.Name,
1864
this.
taskOperation
.TaskMethod.DeclaringType,
1867
this.
taskOperation
.Name,
1879
this.
taskOperation
.TaskMethod.Name,
1880
this.
taskOperation
.TaskMethod.DeclaringType,
1883
this.
taskOperation
.Name,
1890
if (this.
taskOperation
.Messages.Count != this.asyncOperation.Messages.Count)
1894
this.
taskOperation
.TaskMethod.Name,
1895
this.
taskOperation
.TaskMethod.DeclaringType,
1898
this.
taskOperation
.Name,
1905
for (int index = 0; index < this.
taskOperation
.Messages.Count; ++index)
1907
if (this.
taskOperation
.Messages[index].Action != this.asyncOperation.Messages[index].Action)
1911
this.
taskOperation
.TaskMethod.Name,
1912
this.
taskOperation
.TaskMethod.DeclaringType,
1915
this.
taskOperation
.Name,