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