2 references to RunFormatDocumentOnTypeAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Formatting\FormatDocumentOnTypeTests.cs (2)
49var results = await RunFormatDocumentOnTypeAsync(testLspServer, characterTyped, locationTyped); 80var results = await RunFormatDocumentOnTypeAsync(testLspServer, characterTyped, locationTyped, insertSpaces: false, tabSize: 4);