19 references to SingleClassWithSingleProperty
Microsoft.CodeAnalysis.Workspaces.UnitTests (19)
FindAllDeclarationsTests.cs (18)
47
InlineData("testproperty", true, SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
48
InlineData("testproperty", false, SolutionKind.
SingleClassWithSingleProperty
, new string[0]),
49
InlineData("TestProperty", true, SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
50
InlineData("TestProperty", false, SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
213
InlineData("testproperty", true, SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
214
InlineData("testproperty", false, SolutionKind.
SingleClassWithSingleProperty
, new string[0]),
215
InlineData("TestProperty", true, SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
216
InlineData("TestProperty", false, SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
318
InlineData("testproperty", true, SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
319
InlineData("testproperty", false, SolutionKind.
SingleClassWithSingleProperty
, new string[0]),
320
InlineData("TestProperty", true, SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
321
InlineData("TestProperty", false, SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
406
InlineData(SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
473
InlineData(SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
540
InlineData(SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
558
InlineData(SolutionKind.
SingleClassWithSingleProperty
, "tp", new[] { "TestCases.TestCase.TestProperty" }),
604
InlineData(SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
622
InlineData(SolutionKind.
SingleClassWithSingleProperty
, "tp", new[] { "TestCases.TestCase.TestProperty" }),
FindAllDeclarationsTests.TestSolutionsAndProject.cs (1)
130
SolutionKind.
SingleClassWithSingleProperty
=> CreateWorkspaceWithSingleProjectSolution(testHost, [SingleClassWithSingleProperty], out solution),