2 references to GenerateMonitorEnter
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\LocalRewriter\LocalRewriter_LocalDeclaration.vb (1)
263
Dim boundMonitorEnterCall As BoundStatement =
GenerateMonitorEnter
(syntax, flagAsObject, boundLockTakenLocal, tempLockTakenAssignment)
Lowering\LocalRewriter\LocalRewriter_SyncLock.vb (1)
113
Dim boundMonitorEnterCallStatement As BoundStatement =
GenerateMonitorEnter
(node.LockExpression.Syntax, boundLockObjectLocal, boundLockTakenLocal, tempLockTakenAssignment)