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