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