10 writes to DelegateType
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1885
cdce.
DelegateType
= GenerateConstructedTypeReference(eventHandlerType, typeArgsList, eventTarget, eventTargetName, eventName);
System.Web (8)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (8)
347
newDelegate.
DelegateType
= new CodeTypeReference(typeof(BuildTemplateMethod));
366
((CodeDelegateCreateExpression)newExtractValuesDelegate).
DelegateType
= new CodeTypeReference(typeof(ExtractTemplateValuesMethod));
557
newDelegate.
DelegateType
= new CodeTypeReference(typeof(BuildTemplateMethod));
687
newDelegate.
DelegateType
= new CodeTypeReference(typeof(BuildMethod));
881
newDelegate.
DelegateType
= new CodeTypeReference(typeof(EventHandler));
894
newDelegate.
DelegateType
= new CodeTypeReference(typeof(EventHandler));
904
newDelegate.
DelegateType
= new CodeTypeReference(typeof(RenderMethod));
946
newDelegate.
DelegateType
= new CodeTypeReference(eventEntry.HandlerType);
System.Web.Services (1)
System\Web\Services\Description\WebCodeGenerator.cs (1)
339
createDelegate.
DelegateType
= new CodeTypeReference(typeof(SendOrPostCallback));
2 references to DelegateType
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
841
OutputType(e.
DelegateType
);
compmod\system\codedom\compiler\CodeValidator.cs (1)
701
ValidateTypeReference(e.
DelegateType
);