4 instantiations of VSInternalDocumentOnAutoInsertResponseItem
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Microsoft.VisualStudio.LanguageServices.Xaml (1)
21 references to VSInternalDocumentOnAutoInsertResponseItem
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol (13)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
OnAutoInsert\AbstractOnAutoInsertTests.cs (4)
53var result = await RunOnAutoInsertAsync(testLspServer, characterTyped, locationTyped, insertSpaces, tabSize);
79var result = await RunOnAutoInsertAsync(testLspServer, characterTyped, locationTyped, insertSpaces, tabSize);
84private protected static async Task<LSP.VSInternalDocumentOnAutoInsertResponseItem?> RunOnAutoInsertAsync(
91return await testLspServer.ExecuteRequestAsync<LSP.VSInternalDocumentOnAutoInsertParams, LSP.VSInternalDocumentOnAutoInsertResponseItem?>(VSInternalMethods.OnAutoInsertName,
Microsoft.VisualStudio.LanguageServices.Xaml (2)