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