1 write to LambdaDebugInfo
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
51
LambdaDebugInfo
= lambdaDebugInfo;
4 references to LambdaDebugInfo
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
69
return new AddedOrChangedMethodInfo(MethodId, mappedLocals,
LambdaDebugInfo
, ClosureDebugInfo, StateMachineTypeName, mappedHoistedLocalSlots, mappedAwaiterSlots, StateMachineStates);
Emit\EditAndContinue\DefinitionMap.cs (3)
249
lambdaMap = MakeLambdaMap(addedOrChangedMethod.
LambdaDebugInfo
);
677
if (!addedOrChangedMethod.
LambdaDebugInfo
.IsDefaultOrEmpty &&
682
lambdasToInclude: addedOrChangedMethod.
LambdaDebugInfo
);