13 references to RunGetDocumentSpellCheckSpansAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (13)
SpellCheck\SpellCheckTests.cs (13)
40var results = await RunGetDocumentSpellCheckSpansAsync(testLspServer, document.GetURI()); 62var results = await RunGetDocumentSpellCheckSpansAsync(testLspServer, document.GetURI()); 93var results = await RunGetDocumentSpellCheckSpansAsync(testLspServer, document.GetURI()); 128var results = await RunGetDocumentSpellCheckSpansAsync(testLspServer, document.GetURI()).ConfigureAwait(false); 142results = await RunGetDocumentSpellCheckSpansAsync(testLspServer, document.GetURI(), results.Single().ResultId).ConfigureAwait(false); 163var results = await RunGetDocumentSpellCheckSpansAsync(testLspServer, document.GetURI()); 174results = await RunGetDocumentSpellCheckSpansAsync( 198var results = await RunGetDocumentSpellCheckSpansAsync(testLspServer, document.GetURI()); 212results = await RunGetDocumentSpellCheckSpansAsync(testLspServer, document.GetURI(), results.Single().ResultId); 246var results = await RunGetDocumentSpellCheckSpansAsync(testLspServer, document.GetURI()); 258results = await RunGetDocumentSpellCheckSpansAsync( 286var results = await RunGetDocumentSpellCheckSpansAsync(testLspServer, document.GetURI()); 312var results = await RunGetDocumentSpellCheckSpansAsync(testLspServer, document.GetURI(), useProgress: true);