6 references to new
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\EditorTestHostDocument.cs (1)
88: base(
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
Options\SolutionAnalyzerConfigOptionsUpdaterTests.cs (3)
120testProjectWithoutConfig.AddDocument(new TestHostDocument(""" 128testProjectWithConfig.AddAnalyzerConfigDocument(new TestHostDocument( 141testProjectWithConfig.AddDocument(new TestHostDocument("""
References\FindAllReferencesHandlerFeaturesTests.cs (1)
73var testDocument = new TestHostDocument(text: source, displayName: @$"C:\SomeFile{i}.cs", exportProvider: testLspServer.TestWorkspace.ExportProvider, filePath: @$"C:\SomeFile{i}.cs");
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
44=> new(text, displayName, sourceCodeKind, id, filePath, folders, exportProvider, documentServiceProvider);