3 references to Insert
System.ServiceModel (3)
System\ServiceModel\Description\OperationGenerator.cs (3)
286
this.Method.Parameters.
Insert
(0, new CodeParameterDeclarationExpression(typedReqMessageRef, "request"));
382
this.Method.Parameters.
Insert
(0, new CodeParameterDeclarationExpression(Context.ServiceContractGenerator.GetCodeTypeReference((typeof(Message))), "request"));
502
parameters.
Insert
(this.index++, paramDecl);