3 references to SingleClassWithSingleProperty
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
FindAllDeclarationsTests.TestSolutionsAndProject.cs (3)
130
SolutionKind.SingleClassWithSingleProperty => CreateWorkspaceWithSingleProjectSolution(testHost, new[] {
SingleClassWithSingleProperty
}, out solution),
133
SolutionKind.TwoProjectsEachWithASingleClassWithSingleProperty => CreateWorkspaceWithMultipleProjectSolution(testHost, new[] {
SingleClassWithSingleProperty
,
SingleClassWithSingleProperty
}, out solution),