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)
120
testProjectWithoutConfig.AddDocument(new
TestHostDocument
("""
128
testProjectWithConfig.AddAnalyzerConfigDocument(new
TestHostDocument
(
141
testProjectWithConfig.AddDocument(new
TestHostDocument
("""
References\FindAllReferencesHandlerFeaturesTests.cs (1)
73
var 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);