2 references to GenerateMonitorExit
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\LocalRewriter\LocalRewriter_LocalDeclaration.vb (1)
323
Dim monitorExit As BoundStatement =
GenerateMonitorExit
(syntax, flagAsObject, boundLockTakenLocal)
Lowering\LocalRewriter\LocalRewriter_SyncLock.vb (1)
133
Dim statementInFinally As BoundStatement =
GenerateMonitorExit
(syntaxNode, boundLockObjectLocal, boundLockTakenLocal)