1 write to _methodPayload
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
121
_methodPayload
= methodBodyFactory.SynthesizedLocal(_payloadType, kind:=SynthesizedLocalKind.InstrumentationPayload, syntax:=methodBody.Syntax)
5 references to _methodPayload
Microsoft.CodeAnalysis.VisualBasic (5)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (5)
254
_methodBodyFactory.Local(
_methodPayload
, isLValue:=True),
273
_methodPayload
,
286
_methodBodyFactory.Local(
_methodPayload
, False),
292
synthesizedLocal =
_methodPayload
470
statementFactory.Local(
_methodPayload
, isLValue:=False),