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