1 write to EndColumn
Microsoft.CodeAnalysis.Features (1)
Contracts\EditAndContinue\SourceSpan.cs (1)
52EndColumn = endColumn;
5 references to EndColumn
Microsoft.CodeAnalysis.Features (5)
Contracts\EditAndContinue\SourceSpan.cs (4)
86EndColumn == 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));