5 references to OnAutoInsertName
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
Internal\ClientCapabilityProvider.cs (1)
76
case LSP.VSInternalMethods.
OnAutoInsertName
:
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
29
[Method(LSP.VSInternalMethods.
OnAutoInsertName
)]
Protocol\Internal\VSInternalMethods.cs (1)
31
public static readonly LspRequest<VSInternalDocumentOnAutoInsertParams, VSInternalDocumentOnAutoInsertResponseItem> OnAutoInsert = new LspRequest<VSInternalDocumentOnAutoInsertParams, VSInternalDocumentOnAutoInsertResponseItem>(
OnAutoInsertName
);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
OnAutoInsert\OnAutoInsertTests.cs (1)
389
return await testLspServer.ExecuteRequestAsync<LSP.VSInternalDocumentOnAutoInsertParams, LSP.VSInternalDocumentOnAutoInsertResponseItem?>(VSInternalMethods.
OnAutoInsertName
,
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
19
[Method(VSInternalMethods.
OnAutoInsertName
)]