2 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();