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