3 references to SingleClassWithSingleMethod
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
FindAllDeclarationsTests.TestSolutionsAndProject.cs (3)
129
SolutionKind.SingleClassWithSingleMethod => CreateWorkspaceWithSingleProjectSolution(testHost, new[] {
SingleClassWithSingleMethod
}, out solution),
132
SolutionKind.TwoProjectsEachWithASingleClassWithSingleMethod => CreateWorkspaceWithMultipleProjectSolution(testHost, new[] {
SingleClassWithSingleMethod
,
SingleClassWithSingleMethod
}, out solution),