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" }),
237
InlineData("testproperty", true, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
238
InlineData("testproperty", false, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new string[0]),
239
InlineData("TestProperty", true, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
240
InlineData("TestProperty", false, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
342
InlineData("testproperty", true, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty", "TestCases.TestCase.TestProperty" }),
343
InlineData("testproperty", false, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new string[0]),
344
InlineData("TestProperty", true, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty", "TestCases.TestCase.TestProperty" }),
345
InlineData("TestProperty", false, SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty", "TestCases.TestCase.TestProperty" }),
409
InlineData(SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
476
InlineData(SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty", "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
543
InlineData(SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
607
InlineData(SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty", "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
FindAllDeclarationsTests.TestSolutionsAndProject.cs (1)
133
SolutionKind.
TwoProjectsEachWithASingleClassWithSingleProperty
=> CreateWorkspaceWithMultipleProjectSolution(testHost, [SingleClassWithSingleProperty, SingleClassWithSingleProperty], out solution),