3 writes to delegateType
System (3)
compmod\system\codedom\CodeDelegateCreateExpression.cs (3)
46
this.
delegateType
= delegateType;
59
delegateType
= new CodeTypeReference("");
64
delegateType
= value;
2 references to delegateType
System (2)
compmod\system\codedom\CodeDelegateCreateExpression.cs (2)
58
if (
delegateType
== null) {
61
return
delegateType
;