Implemented interface member:
property
Position
Roslyn.LanguageServer.Protocol.ITextDocumentPositionParams.Position
2 references to Position
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
59
var position = ProtocolConversions.PositionToLinePosition(request.
Position
);
Protocol\Internal\VSInternalDocumentOnAutoInsertParams.cs (1)
25
/// Gets or sets the <see cref="
Position
"/> at which the request was sent.