3 references to CustomDebugInfoReader
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\EditAndContinueDebugInfoReader.cs (3)
93
localSlots =
CustomDebugInfoReader
.TryGetCustomDebugInfoRecord(debugInfo, CustomDebugInfoKind.EditAndContinueLocalSlotMap);
94
lambdaMap =
CustomDebugInfoReader
.TryGetCustomDebugInfoRecord(debugInfo, CustomDebugInfoKind.EditAndContinueLambdaMap);
95
stateMachineSuspensionPoints =
CustomDebugInfoReader
.TryGetCustomDebugInfoRecord(debugInfo, CustomDebugInfoKind.EditAndContinueStateMachineStateMap);