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)
99instructionId: item.info.ActiveInstruction))); 143var 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)]); 311debugInfos[0].ActiveInstruction.Method, 351debugInfos[0].ActiveInstruction.Method,
EditAndContinue\RemoteEditAndContinueServiceTests.cs (2)
165Assert.Equal(as1.ActiveInstruction, activeStatement.ActiveInstruction);