1 write to EndLine
Microsoft.CodeAnalysis.Features (1)
Contracts\EditAndContinue\SourceSpan.cs (1)
51
EndLine
= endLine;
6 references to EndLine
Microsoft.CodeAnalysis.Features (6)
Contracts\EditAndContinue\SourceSpan.cs (5)
85
EndLine
== other.
EndLine
&&
96
((
EndLine
^ EndColumn) % 255); // byte 0 is a hash for end line and column
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));