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);