2 references to TryGetHoistedLocal
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (2)
685if (catchFrame == null || !catchFrame.TryGetHoistedLocal(node.LocalSymbol, out hoistedLocal)) 1082(_parentOpt?.TryGetHoistedLocal(originalLocal, out hoistedLocal) == true);