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