1 override of CreateSyncLockStatementPrologue
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
103Public Overrides Function CreateSyncLockStatementPrologue(original As BoundSyncLockStatement) As BoundStatement
2 references to CreateSyncLockStatementPrologue
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
104Return Previous.CreateSyncLockStatementPrologue(original)
Lowering\LocalRewriter\LocalRewriter_SyncLock.vb (1)
60Dim prologue = _instrumenterOpt.CreateSyncLockStatementPrologue(node)