1 write to StartColumn
Microsoft.CodeAnalysis.Features (1)
Contracts\EditAndContinue\SourceSpan.cs (1)
50StartColumn = startColumn;
6 references to StartColumn
Microsoft.CodeAnalysis.Features (6)
Contracts\EditAndContinue\SourceSpan.cs (5)
84StartColumn == other.StartColumn && 95((StartColumn & 0xff) << 8) | // byte 1 is a hash for start column 104=> (StartColumn >= 0) 105? $"({StartLine},{StartColumn})-({EndLine},{EndColumn})"
EditAndContinue\Utilities\Extensions.cs (1)
31=> new(new(span.StartLine, span.StartColumn), new(span.EndLine, span.EndColumn));