4 references to InstrumentationPayload
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\EmitStatement.cs (1)
1837
if (!localKind.IsLongLived() || localKind == SynthesizedLocalKind.
InstrumentationPayload
)
Lowering\ClosureConversion\LambdaCapturedVariable.cs (1)
72
if (local.SynthesizedKind == SynthesizedLocalKind.
InstrumentationPayload
)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
126
_methodPayload = methodBodyFactory.SynthesizedLocal(_payloadType, kind: SynthesizedLocalKind.
InstrumentationPayload
, syntax: methodBody.Syntax);
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
121
_methodPayload = methodBodyFactory.SynthesizedLocal(_payloadType, kind:=SynthesizedLocalKind.
InstrumentationPayload
, syntax:=methodBody.Syntax)