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