1 write to EndLine
Microsoft.CodeAnalysis.Features (1)
Contracts\EditAndContinue\SourceSpan.cs (1)
51
EndLine
= endLine;
8 references to EndLine
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\Contracts\ContractWrappers.cs (1)
62
=> new(id.StartLine, id.StartColumn, id.
EndLine
, id.EndColumn);
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));
Microsoft.VisualStudio.LanguageServices.DevKit (1)
src\EditorFeatures\Core\EditAndContinue\Contracts\ContractWrappers.cs (1)
62
=> new(id.StartLine, id.StartColumn, id.
EndLine
, id.EndColumn);