17 references to TwoProjectsEachWithASingleClassWithSingleProperty
Microsoft.CodeAnalysis.Workspaces.UnitTests (17)
FindAllDeclarationsTests.cs (16)
71
InlineData("testproperty", true, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
72
InlineData("testproperty", false, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new string[0]),
73
InlineData("TestProperty", true, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
74
InlineData("TestProperty", false, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
231
InlineData("testproperty", true, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
232
InlineData("testproperty", false, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new string[0]),
233
InlineData("TestProperty", true, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
234
InlineData("TestProperty", false, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
330
InlineData("testproperty", true, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty", "TestCases.TestCase.TestProperty" }),
331
InlineData("testproperty", false, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new string[0]),
332
InlineData("TestProperty", true, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty", "TestCases.TestCase.TestProperty" }),
333
InlineData("TestProperty", false, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty", "TestCases.TestCase.TestProperty" }),
391
InlineData(SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
452
InlineData(SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty", "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
513
InlineData(SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
571
InlineData(SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty", "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
FindAllDeclarationsTests.TestSolutionsAndProject.cs (1)
131
SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
=> CreateWorkspaceWithMultipleProjectSolution(testHost, [SingleClassWithSingleProperty, SingleClassWithSingleProperty], out solution),