26 references to VSInternalMethods
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
LanguageServer\VSTypeScriptHandlerTests.cs (1)
80
var response = await testLspServer.ExecuteRequestAsync<VSInternalDocumentDiagnosticsParams, VSInternalDiagnosticReport[]>(
VSInternalMethods
.DocumentPullDiagnosticName, documentPullRequest, CancellationToken.None);
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
Internal\ClientCapabilityProvider.cs (1)
76
case LSP.
VSInternalMethods
.OnAutoInsertName:
Microsoft.CodeAnalysis.LanguageServer.Protocol (11)
Handler\Breakpoints\ValidateBreakableRangeHandler.cs (1)
20
[Method(LSP.
VSInternalMethods
.TextDocumentValidateBreakableRangeName)]
Handler\DataTips\DataTipRangeHandler.cs (1)
17
[Method(
VSInternalMethods
.TextDocumentDataTipRangeName)]
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
13
[Method(
VSInternalMethods
.DocumentPullDiagnosticName)]
Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
16
[Method(
VSInternalMethods
.WorkspacePullDiagnosticName)]
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
34
[Method(
VSInternalMethods
.TextDocumentInlineCompletionName)]
Handler\MapCode\MapCodeHandler.cs (1)
23
[Method(
VSInternalMethods
.WorkspaceMapCodeName)]
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
29
[Method(LSP.
VSInternalMethods
.OnAutoInsertName)]
Handler\RelatedDocuments\RelatedDocumentsHandler.cs (1)
29
[Method(
VSInternalMethods
.CopilotRelatedDocumentsName)]
Handler\SpellCheck\DocumentSpellCheckHandler.cs (1)
11
[Method(
VSInternalMethods
.TextDocumentSpellCheckableRangesName)]
Handler\SpellCheck\WorkspaceSpellCheckHandler.cs (1)
15
[Method(
VSInternalMethods
.WorkspaceSpellCheckableRangesName)]
Protocol\Internal\VSInternalServerCapabilities.cs (1)
165
/// Gets or sets a value indicating whether <see cref="
VSInternalMethods
.TextDocumentDataTipRangeName"/> is
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (10)
DataTips\DataTipRangeHandlerTests.cs (1)
21
LSP.
VSInternalMethods
.TextDocumentDataTipRangeName,
Diagnostics\AbstractPullDiagnosticTestsBase.cs (2)
91
VSInternalMethods
.WorkspacePullDiagnosticName,
258
VSInternalMethods
.DocumentPullDiagnosticName,
InlineCompletions\InlineCompletionsTests.cs (1)
274
LSP.
VSInternalMethods
.TextDocumentInlineCompletionName, request, CancellationToken.None);
MapCode\MapCodeTests.cs (1)
98
var results = await testLspServer.ExecuteRequestAsync<LSP.VSInternalMapCodeParams, LSP.WorkspaceEdit>(
VSInternalMethods
.WorkspaceMapCodeName, mapCodeParams, CancellationToken.None);
OnAutoInsert\OnAutoInsertTests.cs (1)
389
return await testLspServer.ExecuteRequestAsync<LSP.VSInternalDocumentOnAutoInsertParams, LSP.VSInternalDocumentOnAutoInsertResponseItem?>(
VSInternalMethods
.OnAutoInsertName,
RelatedDocuments\RelatedDocumentsTests.cs (1)
29
VSInternalMethods
.CopilotRelatedDocumentsName,
SpellCheck\SpellCheckTests.cs (2)
620
VSInternalMethods
.TextDocumentSpellCheckableRangesName,
641
VSInternalMethods
.WorkspaceSpellCheckableRangesName,
ValidateBreakableRange\ValidateBreakableRangeTests.cs (1)
262
LSP.
VSInternalMethods
.TextDocumentValidateBreakableRangeName,
Microsoft.VisualStudio.LanguageServices.Xaml (3)
Implementation\LanguageServer\Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
19
[Method(
VSInternalMethods
.DocumentPullDiagnosticName)]
Implementation\LanguageServer\Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
21
[Method(
VSInternalMethods
.WorkspacePullDiagnosticName)]
Implementation\LanguageServer\Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
19
[Method(
VSInternalMethods
.OnAutoInsertName)]