1 write to syncOperation
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
1544
this.
syncOperation
= syncOperation;
31 references to syncOperation
System.ServiceModel (31)
System\ServiceModel\Description\TypeLoader.cs (31)
1546
this.syncInputs = ServiceReflector.GetInputParameters(this.
syncOperation
.SyncMethod, false);
1548
this.syncOutputs = ServiceReflector.GetOutputParameters(this.
syncOperation
.SyncMethod, false);
1558
this.
syncOperation
.SyncMethod.Name,
1559
this.
syncOperation
.SyncMethod.DeclaringType,
1562
this.
syncOperation
.Name)));
1574
this.
syncOperation
.SyncMethod.Name,
1575
this.
syncOperation
.SyncMethod.DeclaringType,
1578
this.
syncOperation
.Name)));
1591
this.
syncOperation
.SyncMethod.Name,
1592
this.
syncOperation
.SyncMethod.DeclaringType,
1595
this.
syncOperation
.Name)));
1602
if (this.
syncOperation
.SyncMethod.ReturnType != this.
syncOperation
.EndMethod.ReturnType)
1606
this.
syncOperation
.SyncMethod.Name,
1607
this.
syncOperation
.SyncMethod.DeclaringType,
1610
this.
syncOperation
.Name)));
1620
this.
syncOperation
.SyncMethod.Name,
1621
this.
syncOperation
.SyncMethod.DeclaringType,
1624
this.
syncOperation
.Name,
1636
this.
syncOperation
.SyncMethod.Name,
1637
this.
syncOperation
.SyncMethod.DeclaringType,
1640
this.
syncOperation
.Name,
1647
if (this.
syncOperation
.Messages.Count != this.asyncOperation.Messages.Count)
1651
this.
syncOperation
.SyncMethod.Name,
1652
this.
syncOperation
.SyncMethod.DeclaringType,
1655
this.
syncOperation
.Name,
1662
for (int index = 0; index < this.
syncOperation
.Messages.Count; ++index)
1664
if (this.
syncOperation
.Messages[index].Action != this.asyncOperation.Messages[index].Action)
1668
this.
syncOperation
.SyncMethod.Name,
1669
this.
syncOperation
.SyncMethod.DeclaringType,
1672
this.
syncOperation
.Name,