8 references to TestHostProject
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (7)
Options\SolutionAnalyzerConfigOptionsUpdaterTests.cs (6)
53var project = new TestHostProject(workspace, "proj1", LanguageNames.CSharp); 75workspace.AddTestProject(new TestHostProject(workspace, "proj2", LanguageNames.VisualBasic)); 84workspace.AddTestProject(new TestHostProject(workspace, "proj3", LanguageNames.CSharp)); 120var testProjectWithoutConfig = new TestHostProject(workspace, "proj_without_config", LanguageNames.CSharp); 127var testProjectWithConfig = new TestHostProject(workspace, "proj_with_config", LanguageNames.CSharp); 281var project = new TestHostProject(workspace, "proj1", LanguageNames.CSharp);
References\FindAllReferencesHandlerFeaturesTests.cs (1)
74testLspServer.TestWorkspace.AddTestProject(new TestHostProject(testLspServer.TestWorkspace, documents: [testDocument]));
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestHostProject.cs (1)
53: this(workspace, name, language, compilationOptions, parseOptions, [document], [], [], projectReferences, metadataReferences, analyzerReferences, assemblyName, defaultNamespace)