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