8 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
)));
143
var instructionId = activeStatementInfo.
ActiveInstruction
;
Microsoft.CodeAnalysis.Features.UnitTests (5)
EditAndContinue\ActiveStatementsMapTests.cs (3)
265
=> remapping.Add(debugInfos[ordinal].
ActiveInstruction
.Method, [new NonRemappableRegion(oldSpan, newSpan, isExceptionRegion: false)]);
311
debugInfos[0].
ActiveInstruction
.Method,
351
debugInfos[0].
ActiveInstruction
.Method,
EditAndContinue\RemoteEditAndContinueServiceTests.cs (2)
165
Assert.Equal(as1.
ActiveInstruction
, activeStatement.
ActiveInstruction
);