8 references to Parameters
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2405OutputParameters(del.Parameters);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
2192OutputParameters(del.Parameters);
compmod\system\codedom\compiler\CodeValidator.cs (1)
335ValidateParameters(del.Parameters);
System.Data (2)
fx\src\data\System\Data\CodeGen\datacache.cs (2)
1004delegateClass.Parameters.Add(ParameterDecl(typeof(object), "sender")); 1005delegateClass.Parameters.Add(ParameterDecl(stRowClassName + "ChangeEvent", "e"));
System.Web.Services (2)
System\Web\Services\Description\WebCodeGenerator.cs (2)
271handler.Parameters.Add(new CodeParameterDeclarationExpression(typeof(object), "sender")); 272handler.Parameters.Add(new CodeParameterDeclarationExpression(handlerArgs, "e"));
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
1100foreach (CodeParameterDeclarationExpression parameterDecl in ((CodeTypeDelegate)codeDomType).Parameters)