2 references to Instrument
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);