1 write to instrumentation
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
720
instrumentation
= (BoundBlockInstrumentation)Visit(node.Instrumentation);
2 references to instrumentation
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
206
newBody = F.Instrument(newBody,
instrumentation
);
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
150
newBody = F.Instrument(F.SequencePoint(body.Syntax, HandleReturn(newBody)),
instrumentation
);