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