1 write to syncOperation
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
1688
this.
syncOperation
= syncOperation;
27 references to syncOperation
System.ServiceModel (27)
System\ServiceModel\Description\TypeLoader.cs (27)
1690
this.syncInputs = ServiceReflector.GetInputParameters(this.
syncOperation
.SyncMethod, false);
1700
this.
syncOperation
.SyncMethod.Name,
1701
this.
syncOperation
.SyncMethod.DeclaringType,
1703
this.
syncOperation
.Name)));
1715
this.
syncOperation
.SyncMethod.Name,
1716
this.
syncOperation
.SyncMethod.DeclaringType,
1718
this.
syncOperation
.Name)));
1725
if (this.
syncOperation
.SyncMethod.ReturnType != this.
syncOperation
.TaskTResult)
1729
this.
syncOperation
.SyncMethod.Name,
1730
this.
syncOperation
.SyncMethod.DeclaringType,
1732
this.
syncOperation
.Name)));
1742
this.
syncOperation
.SyncMethod.Name,
1743
this.
syncOperation
.SyncMethod.DeclaringType,
1745
this.
syncOperation
.Name,
1757
this.
syncOperation
.SyncMethod.Name,
1758
this.
syncOperation
.SyncMethod.DeclaringType,
1760
this.
syncOperation
.Name,
1767
if (this.
syncOperation
.Messages.Count != this.taskOperation.Messages.Count)
1771
this.
syncOperation
.SyncMethod.Name,
1772
this.
syncOperation
.SyncMethod.DeclaringType,
1774
this.
syncOperation
.Name,
1781
for (int index = 0; index < this.
syncOperation
.Messages.Count; ++index)
1783
if (this.
syncOperation
.Messages[index].Action != this.taskOperation.Messages[index].Action)
1787
this.
syncOperation
.SyncMethod.Name,
1788
this.
syncOperation
.SyncMethod.DeclaringType,
1790
this.
syncOperation
.Name,