4 references to CreateCSharp
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
InlineDiagnostics\InlineDiagnosticsTaggerProviderTests.cs (1)
45
using var workspace = EditorTestWorkspace.
CreateCSharp
(
Intents\IntentTestsBase.cs (1)
60
using var workspace = EditorTestWorkspace.
CreateCSharp
(documentSet, composition: EditorTestCompositions.EditorFeatures);
NavigateTo\NavigateToTests.cs (1)
1586
using var workspace = EditorTestWorkspace.
CreateCSharp
(
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\EditorTestWorkspace_Create.cs (1)
125
return
CreateCSharp
([file], [], parseOptions, compilationOptions, composition, metadataReferences, isMarkup, openDocuments);