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