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