1 override of CreateSyncLockExitDueToExceptionEpilogue
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
111
Public Overrides Function
CreateSyncLockExitDueToExceptionEpilogue
(original As BoundSyncLockStatement) As BoundStatement
2 references to CreateSyncLockExitDueToExceptionEpilogue
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
112
Return Previous.
CreateSyncLockExitDueToExceptionEpilogue
(original)
Lowering\LocalRewriter\LocalRewriter_SyncLock.vb (1)
142
finallyBody = DirectCast(Concat(finallyBody, _instrumenterOpt.
CreateSyncLockExitDueToExceptionEpilogue
(node)), BoundBlock)