3 writes to StartCharacter
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
120StartCharacter = linePositionSpan.Start.Character,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
FoldingRanges\FoldingRangesTests.cs (1)
101StartCharacter = range.Start.Character,
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\FoldingRanges\FoldingRangesHandler.cs (1)
71StartCharacter = linePositionSpan.Start.Character,
2 references to StartCharacter
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\FoldingRangeSetting.cs (1)
32/// and will ignore <see cref="FoldingRange.StartCharacter"/> and
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
FoldingRanges\FoldingRangesTests.cs (1)
73.ThenByDescending(range => range.StartCharacter)