3 references to InstrumentationPayload
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\EmitStatement.cs (1)
1867
if (!localKind.IsLongLived() || localKind == SynthesizedLocalKind.
InstrumentationPayload
)
Lowering\ClosureConversion\LambdaCapturedVariable.cs (1)
93
case SynthesizedLocalKind.
InstrumentationPayload
:
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
126
_methodPayload = methodBodyFactory.SynthesizedLocal(_payloadType, kind: SynthesizedLocalKind.
InstrumentationPayload
, syntax: methodBody.Syntax);