5 writes to StartCharacter
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\FoldingRanges\FoldingRangesHandler.cs (3)
121StartCharacter = linePositionSpan.Start.Character, 171StartCharacter = foldingRange.StartCharacter, 180updatedRange.StartCharacter = null;
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
FoldingRanges\FoldingRangesTests.cs (1)
181StartCharacter = lineFoldingOnly ? null : range.Start.Character,
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\FoldingRanges\FoldingRangesHandler.cs (1)
71StartCharacter = linePositionSpan.Start.Character,
3 references to StartCharacter
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
171StartCharacter = foldingRange.StartCharacter,
Protocol\FoldingRangeSetting.cs (1)
32/// and will ignore <see cref="FoldingRange.StartCharacter"/> and
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
FoldingRanges\FoldingRangesTests.cs (1)
153.ThenByDescending(range => range.StartCharacter)