2 references to ActiveInstruction
Microsoft.CodeAnalysis.Features (2)
Contracts\EditAndContinue\IManagedHotReloadService.cs (1)
25
/// Returns all the active statements in the session. Each <see cref="ManagedActiveStatementDebugInfo"/> has an unique <see cref="ManagedActiveStatementDebugInfo.
ActiveInstruction
"/>.
EditAndContinue\ActiveStatementsMap.cs (1)
143
var instructionId = activeStatementInfo.
ActiveInstruction
;