1 implementation of DelegateType
System.Linq.Expressions (1)
System\Linq\Expressions\DynamicExpression.cs (1)
133public Type DelegateType { get; }
2 references to DelegateType
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (1)
596MethodInfo invoke = node.DelegateType.GetInvokeMethod();
System\Linq\Expressions\Compiler\StackSpiller.cs (1)
175RequireNoRefArgs(node.DelegateType.GetInvokeMethod());