3 references to Insert
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (3)
284_method.Parameters.Insert(0, new CodeParameterDeclarationExpression(typedReqMessageRef, "request")); 380_method.Parameters.Insert(0, new CodeParameterDeclarationExpression(_context.ServiceContractGenerator.GetCodeTypeReference((typeof(Message))), "request")); 500_parameters.Insert(_index++, paramDecl);