2 references to TryExpression
System.Core (2)
Microsoft\Scripting\Ast\TryExpression.cs (1)
198
return new
TryExpression
(type ?? body.Type, body, @finally, fault, @catch);
Microsoft\Scripting\Compiler\StackSpiller.cs (1)
905
expr = new
TryExpression
(node.Type, body.Node, @finally.Node, fault.Node, handlers);