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" }),
207
InlineData("testproperty", true, SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
208
InlineData("testproperty", false, SolutionKind.
SingleClassWithSingleProperty
, new string[0]),
209
InlineData("TestProperty", true, SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
210
InlineData("TestProperty", false, SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
306
InlineData("testproperty", true, SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
307
InlineData("testproperty", false, SolutionKind.
SingleClassWithSingleProperty
, new string[0]),
308
InlineData("TestProperty", true, SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
309
InlineData("TestProperty", false, SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases.TestCase.TestProperty" }),
388
InlineData(SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
449
InlineData(SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
510
InlineData(SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
528
InlineData(SolutionKind.
SingleClassWithSingleProperty
, "tp", new[] { "TestCases.TestCase.TestProperty" }),
568
InlineData(SolutionKind.
SingleClassWithSingleProperty
, new[] { "TestCases", "TestCases.TestCase", "TestCases.TestCase.TestProperty" }),
586
InlineData(SolutionKind.
SingleClassWithSingleProperty
, "tp", new[] { "TestCases.TestCase.TestProperty" }),
FindAllDeclarationsTests.TestSolutionsAndProject.cs (1)
128
SolutionKind.
SingleClassWithSingleProperty
=> CreateWorkspaceWithSingleProjectSolution(testHost, [SingleClassWithSingleProperty], out solution),