3 writes to Range
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Highlights\DocumentHighlightHandler.cs (2)
86Range = ProtocolConversions.TextSpanToRange(highlight, text) 108Range = ProtocolConversions.TextSpanToRange(h.TextSpan, text),
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Highlights\DocumentHighlightTests.cs (1)
169Range = location.Range
8 references to Range
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (8)
Highlights\DocumentHighlightTests.cs (8)
74Assert.Equal(expectedLocations[0].Range, results[0].Range); 75Assert.Equal(expectedLocations[1].Range, results[1].Range); 76Assert.Equal(expectedLocations[2].Range, results[2].Range); 119Assert.Equal(expectedLocations[0].Range, results[0].Range); 120Assert.Equal(expectedLocations[1].Range, results[1].Range); 148Assert.Equal(expectedLocations[0].Range, results[0].Range); 158var compareRange = CompareRange(h1.Range, h2.Range);