3 references to CustomDebugInfoReader
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\EditAndContinueMethodDebugInfoReader.cs (3)
87
localSlots =
CustomDebugInfoReader
.TryGetCustomDebugInfoRecord(debugInfo, CustomDebugInfoKind.EditAndContinueLocalSlotMap);
88
lambdaMap =
CustomDebugInfoReader
.TryGetCustomDebugInfoRecord(debugInfo, CustomDebugInfoKind.EditAndContinueLambdaMap);
89
stateMachineSuspensionPoints =
CustomDebugInfoReader
.TryGetCustomDebugInfoRecord(debugInfo, CustomDebugInfoKind.EditAndContinueStateMachineStateMap);