4 references to Start
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\ActiveStatementsMap.cs (4)
26
Comparer<ActiveStatement>.Create((x, y) => x.FileSpan.
Start
.CompareTo(y.FileSpan.
Start
));
29
Comparer<(ManagedActiveStatementDebugInfo, SourceFileSpan span, ActiveStatementId)>.Create((x, y) => x.span.
Start
.CompareTo(y.span.
Start
));