4 references to RunSubtypesAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
TypeHierarchy\TypeHierarchyTests.cs (4)
266
var subtypes = await
RunSubtypesAsync
(testLspServer, preparedItem);
372
var subtypes = await
RunSubtypesAsync
(testLspServer, preparedItem);
384
var childSubtypes = await
RunSubtypesAsync
(testLspServer, childItem);
388
var grandchildSubtypes = await
RunSubtypesAsync
(testLspServer, grandchildItem);