1 write to Range
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
ValidateBreakableRange\ValidateBreakableRangeTests.cs (1)
266Range = caret.Range
3 references to Range
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Breakpoints\ValidateBreakableRangeHandler.cs (1)
32=> GetBreakableRangeAsync(context.GetRequiredDocument(), request.Range, cancellationToken);
Protocol\Internal\VSInternalValidateBreakableRangeParams.cs (1)
22/// Gets or sets the <see cref="Range"/> at which the request was sent.
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\Cohost\CohostValidateBreakableRangeEndpoint.cs (1)
47=> HandleRequestAsync(razorDocument, request.Range.ToLinePositionSpan(), cancellationToken);