4 references to TryFinally
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (1)
510
exprs.Add(Expression.
TryFinally
(tryStatements, finallyStatements));
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\Expressions\ExpressionResolverBuilder.cs (1)
289
Expression.
TryFinally
(tryBody, finallyBody))
System.Linq.Expressions (2)
System\Runtime\CompilerServices\CallSite.cs (2)
557
Expression tryRule = Expression.
TryFinally
(
626
tryRule = Expression.
TryFinally
(