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