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