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