1 write to StartLine
Microsoft.CodeAnalysis.Features (1)
Contracts\EditAndContinue\SourceSpan.cs (1)
49StartLine = startLine;
6 references to StartLine
Microsoft.CodeAnalysis.Features (6)
Contracts\EditAndContinue\SourceSpan.cs (5)
83return StartLine == other.StartLine && 94((StartLine & 0xffff) << 16) | // bytes 3, 2 are a hash for start line 105? $"({StartLine},{StartColumn})-({EndLine},{EndColumn})" 106: $"{StartLine}-{EndLine}";
EditAndContinue\Utilities\Extensions.cs (1)
31=> new(new(span.StartLine, span.StartColumn), new(span.EndLine, span.EndColumn));