1 write to operation
System.Web.Services (1)
System\Web\Services\Description\ProtocolImporter.cs (1)
346this.operation = operation;
9 references to operation
System.Web.Services (9)
System\Web\Services\Description\ProtocolImporter.cs (9)
199get { return operation; } 392if (!IsOperationFlowSupported(operation.Messages.Flow)) { 394switch (operation.Messages.Flow) { 418throw new InvalidOperationException(Res.GetString(Res.UnableToImportOperation1, operation.Name), e); 514AddWarningComment(codeClass == null ? codeNamespace.Comments : codeClass.Comments, Res.GetString(Res.TheOperation0FromNamespace1WasIgnored2, operation.Name, operation.PortType.ServiceDescription.TargetNamespace, text)); 542operation.Name, 543operation.PortType.Name, 544operation.PortType.ServiceDescription.TargetNamespace,