1 write to instrumentation
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
702instrumentation = (BoundBlockInstrumentation)Visit(node.Instrumentation);
8 references to instrumentation
Microsoft.CodeAnalysis.CSharp (8)
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (4)
206if (instrumentation != null) 209ImmutableArray.Create(instrumentation.Local), 210instrumentation.Prologue, 211F.Try(F.Block(newBody), ImmutableArray<BoundCatchBlock>.Empty, F.Block(instrumentation.Epilogue)));
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (4)
151if (instrumentation != null) 154ImmutableArray.Create(instrumentation.Local), 155instrumentation.Prologue, 156F.Try(F.Block(newBody), ImmutableArray<BoundCatchBlock>.Empty, F.Block(instrumentation.Epilogue)));