6 references to SourceSpan
Microsoft.CodeAnalysis.Features (2)
Contracts\EditAndContinue\ManagedActiveStatementDebugInfo.cs (1)
40
/// or default(<see cref="
SourceSpan
"/>) if the debugger can't determine the location of the active statement.
EditAndContinue\ActiveStatementsMap.cs (1)
136
var activeSpan = activeStatementInfo.
SourceSpan
.ToLinePositionSpan();
Microsoft.CodeAnalysis.Features.UnitTests (4)
EditAndContinue\EditSessionActiveStatementsTests.cs (2)
502
var spanPreRemap2 = new SourceFileSpan(filePath, activeStatementsPreRemap[2].
SourceSpan
.ToLinePositionSpan());
505
var spanPreRemap3 = new SourceFileSpan(filePath, activeStatementsPreRemap[3].
SourceSpan
.ToLinePositionSpan());
EditAndContinue\RemoteEditAndContinueServiceTests.cs (2)
166
Assert.Equal(as1.
SourceSpan
, activeStatement.
SourceSpan
);