23 references to Instrument
Microsoft.CodeAnalysis.VisualBasic (23)
Lowering\LocalRewriter\LocalRewriter_DoLoop.vb (2)
85
Dim instrument = Me.
Instrument
(node)
175
Dim instrument = Me.
Instrument
(node)
Lowering\LocalRewriter\LocalRewriter_FieldOrPropertyInitializer.vb (1)
56
Dim instrument As Boolean = Me.
Instrument
(node)
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (4)
233
If
Instrument
(node) Then
440
If
Instrument
(forEachStatement) Then
581
If
Instrument
(node) Then
619
If
Instrument
(node) Then
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (2)
191
Dim instrument As Boolean = Me.
Instrument
(forStatement)
455
Dim instrument = Me.
Instrument
(forStatement)
Lowering\LocalRewriter\LocalRewriter_If.vb (1)
37
Dim instrument As Boolean = Me.
Instrument
(node)
Lowering\LocalRewriter\LocalRewriter_LocalDeclaration.vb (1)
123
If
Instrument
(node) Then
Lowering\LocalRewriter\LocalRewriter_Return.vb (1)
27
If Instrument(node, rewritten) OrElse (node.ExpressionOpt IsNot Nothing AndAlso
Instrument
(node.ExpressionOpt)) Then
Lowering\LocalRewriter\LocalRewriter_SelectCase.vb (2)
72
Dim instrument = Me.
Instrument
(node)
281
Dim instrument = Me.
Instrument
(selectStatement)
Lowering\LocalRewriter\LocalRewriter_SyncLock.vb (1)
55
Dim instrument As Boolean = Me.
Instrument
(node)
Lowering\LocalRewriter\LocalRewriter_Try.vb (4)
24
If Me.
Instrument
(node) Then
116
If
Instrument
(tryStatement) Then
131
If
Instrument
(tryStatement) Then
148
If
Instrument
(node) Then
Lowering\LocalRewriter\LocalRewriter_Using.vb (2)
160
If
Instrument
(node) Then
222
Dim instrument As Boolean = Me.
Instrument
(node)
Lowering\LocalRewriter\LocalRewriter_While.vb (1)
60
Dim instrument As Boolean = Me.
Instrument
(statement)
Lowering\LocalRewriter\LocalRewriter_With.vb (1)
68
Dim instrument As Boolean = Me.
Instrument
(node) AndAlso syntax.Kind = SyntaxKind.WithBlock