1 write to EndColumn
Microsoft.CodeAnalysis.Features (1)
Contracts\EditAndContinue\SourceSpan.cs (1)
52
EndColumn
= endColumn;
7 references to EndColumn
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\Contracts\ContractWrappers.cs (1)
62
=> new(id.StartLine, id.StartColumn, id.EndLine, id.
EndColumn
);
Microsoft.CodeAnalysis.Features (5)
Contracts\EditAndContinue\SourceSpan.cs (4)
86
EndColumn
== other.
EndColumn
;
96
((EndLine ^
EndColumn
) % 255); // byte 0 is a hash for end line and column
105
? $"({StartLine},{StartColumn})-({EndLine},{
EndColumn
})"
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
);