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)
136var activeSpan = activeStatementInfo.SourceSpan.ToLinePositionSpan();
Microsoft.CodeAnalysis.Features.UnitTests (4)
EditAndContinue\EditSessionActiveStatementsTests.cs (2)
502var spanPreRemap2 = new SourceFileSpan(filePath, activeStatementsPreRemap[2].SourceSpan.ToLinePositionSpan()); 505var spanPreRemap3 = new SourceFileSpan(filePath, activeStatementsPreRemap[3].SourceSpan.ToLinePositionSpan());
EditAndContinue\RemoteEditAndContinueServiceTests.cs (2)
166Assert.Equal(as1.SourceSpan, activeStatement.SourceSpan);