3 references to ActiveInstruction
Microsoft.CodeAnalysis.Features (3)
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 (2)
99
instructionId: item.info.
ActiveInstruction
)));
137
var instructionId = activeStatementInfo.
ActiveInstruction
;