3 writes to DelegateType
System.Core (3)
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (3)
62
return
DelegateType
= MakeNewDelegate(paramTypes);
84
curTypeInfo.
DelegateType
= MakeNewDelegate((Type[])types.Clone());
163
curTypeInfo.
DelegateType
= MakeNewDelegate(paramTypes);
10 references to DelegateType
System.Core (10)
Microsoft\Scripting\Ast\DynamicExpression.cs (4)
901
Type delegateType = info.
DelegateType
;
942
Type delegateType = info.
DelegateType
;
988
Type delegateType = info.
DelegateType
;
1039
Type delegateType = info.
DelegateType
;
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (6)
82
if (curTypeInfo.
DelegateType
== null) {
87
return curTypeInfo.
DelegateType
;
113
if (curTypeInfo.
DelegateType
== null) {
117
return curTypeInfo.
DelegateType
;
148
if (curTypeInfo.
DelegateType
== null) {
166
return curTypeInfo.
DelegateType
;