3 references to RunFormatDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Formatting\FormatDocumentTests.cs (3)
47
var results = await
RunFormatDocumentAsync
(testLspServer, documentURI);
75
var results = await
RunFormatDocumentAsync
(testLspServer, documentURI, insertSpaces: false, tabSize: 4);
103
var results = await
RunFormatDocumentAsync
(testLspServer, documentURI, insertSpaces: true, tabSize: 2);