56 references to EditorFeaturesWpf
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (19)
ChangeSignature\RemoveParametersTests.cs (1)
368composition: EditorTestCompositions.EditorFeaturesWpf);
CodeActions\Preview\PreviewTests.cs (1)
30private static readonly TestComposition s_composition = EditorTestCompositions.EditorFeaturesWpf
Completion\ArgumentProviders\ArgumentProviderOrderTests.cs (1)
27var exportProvider = EditorTestCompositions.EditorFeaturesWpf.ExportProviderFactory.CreateExportProvider();
Completion\CompletionProviders\CompletionProviderOrderTests.cs (1)
28var exportProvider = EditorTestCompositions.EditorFeaturesWpf.ExportProviderFactory.CreateExportProvider();
ConvertNamespace\ConvertNamespaceCommandHandlerTests.cs (1)
23private static readonly TestComposition s_composition = EditorTestCompositions.EditorFeaturesWpf.AddParts(
Diagnostics\GenerateType\GenerateTypeTests.cs (1)
42=> EditorTestCompositions.EditorFeaturesWpf
EncapsulateField\EncapsulateFieldCommandHandlerTests.cs (1)
200composition: EditorTestCompositions.EditorFeaturesWpf);
EventHookup\EventHookupTestState.cs (1)
25private static readonly TestComposition s_composition = EditorTestCompositions.EditorFeaturesWpf.AddParts(
ExtractInterface\ExtractInterfaceTests.cs (1)
1437composition: EditorTestCompositions.EditorFeaturesWpf);
ExtractMethod\ExtractMethodTests.cs (1)
11273composition: EditorTestCompositions.EditorFeaturesWpf);
ExtractMethod\MiscTests.cs (1)
128using var workspace = TestWorkspace.CreateCSharp(markupCode, composition: EditorTestCompositions.EditorFeaturesWpf);
Formatting\CodeCleanupTests.cs (4)
724using var workspace = TestWorkspace.CreateCSharp(code, composition: EditorTestCompositions.EditorFeaturesWpf.AddParts(typeof(TCodefix))); 781return TestWorkspace.CreateCSharp(string.Empty, composition: EditorTestCompositions.EditorFeaturesWpf); 786return TestWorkspace.CreateVisualBasic(string.Empty, composition: EditorTestCompositions.EditorFeaturesWpf); 815using var workspace = TestWorkspace.CreateCSharp(code, composition: EditorTestCompositions.EditorFeaturesWpf);
Organizing\OrganizeTypeDeclarationTests.cs (1)
1177composition: EditorTestCompositions.EditorFeaturesWpf);
RawStringLiteral\RawStringLiteralCommandHandlerTests.cs (1)
21private static readonly TestComposition s_composition = EditorTestCompositions.EditorFeaturesWpf.AddParts(
StringCopyPaste\StringCopyPasteCommandHandlerTests.cs (2)
35EditorTestCompositions.EditorFeaturesWpf 39EditorTestCompositions.EditorFeaturesWpf
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (2)
Diagnostics\AbstractUserDiagnosticTest_GenerateTypeDialog.cs (1)
30private static readonly TestComposition s_composition = EditorTestCompositions.EditorFeaturesWpf
MoveType\AbstractMoveTypeTest.cs (1)
34=> EditorTestCompositions.EditorFeaturesWpf
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
AutomaticCompletion\AbstractAutomaticLineEnderTests.cs (1)
76using var workspace = TestWorkspace.Create(Language, compilationOptions: null, parseOptions: null, new[] { markupCode }, composition: EditorTestCompositions.EditorFeaturesWpf);
EditorTestCompositions.cs (1)
73public static readonly TestComposition InteractiveWindow = EditorFeaturesWpf
Squiggles\SquiggleUtilities.cs (1)
28internal static TestComposition WpfCompositionWithSolutionCrawler = EditorTestCompositions.EditorFeaturesWpf
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2 (1)
Intellisense\TestState.vb (1)
39Public Shared ReadOnly CompositionWithoutCompletionTestParts As TestComposition = EditorTestCompositions.EditorFeaturesWpf.
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (11)
LinkedFiles\LinkedFileDiffMergingEditorTests.cs (1)
40using var workspace = TestWorkspace.Create(WorkspaceXml, composition: EditorTestCompositions.EditorFeaturesWpf);
Preview\PreviewWorkspaceTests.cs (1)
163using var workspace = TestWorkspace.CreateCSharp("class { }", composition: EditorTestCompositions.EditorFeaturesWpf);
RenameTracking\RenameTrackingTestState.cs (1)
136return TestWorkspace.Create(xml, composition: EditorTestCompositions.EditorFeaturesWpf);
Structure\StructureTaggerTests.cs (6)
56using var workspace = TestWorkspace.CreateCSharp(code, composition: EditorTestCompositions.EditorFeaturesWpf); 122using var workspace = TestWorkspace.CreateCSharp(code, composition: EditorTestCompositions.EditorFeaturesWpf); 167using var workspace = TestWorkspace.CreateCSharp(code, composition: EditorTestCompositions.EditorFeaturesWpf); 212using var workspace = TestWorkspace.CreateCSharp(code, composition: EditorTestCompositions.EditorFeaturesWpf); 264using var workspace = TestWorkspace.CreateVisualBasic(code, composition: EditorTestCompositions.EditorFeaturesWpf); 320using var workspace = TestWorkspace.CreateVisualBasic(code, composition: EditorTestCompositions.EditorFeaturesWpf);
Tagging\AsynchronousTaggerTests.cs (2)
95using var workspace = TestWorkspace.CreateCSharp("class Program {\r\n\r\n}", composition: EditorTestCompositions.EditorFeaturesWpf); 121#endregion", composition: EditorTestCompositions.EditorFeaturesWpf);
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (9)
InteractivePaste\InteractivePasteCommandHandlerTests.vb (5)
37composition:=EditorTestCompositions.EditorFeaturesWpf) 71composition:=EditorTestCompositions.EditorFeaturesWpf) 107composition:=EditorTestCompositions.EditorFeaturesWpf) 147composition:=EditorTestCompositions.EditorFeaturesWpf) 191composition:=EditorTestCompositions.EditorFeaturesWpf)
Peek\PeekTests.vb (1)
256Return TestWorkspace.Create(element, composition:=EditorTestCompositions.EditorFeaturesWpf)
Rename\RenameCommandHandlerTests.vb (1)
60composition:=EditorTestCompositions.EditorFeaturesWpf)
Rename\RenameTestHelpers.vb (1)
26Private ReadOnly s_composition As TestComposition = EditorTestCompositions.EditorFeaturesWpf.AddParts(
Workspaces\WpfTextBufferVisibilityTrackerTests.vb (1)
12Using workspace = TestWorkspace.CreateCSharp("", composition:=EditorTestCompositions.EditorFeaturesWpf)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (9)
ChangeSignature\RemoveParametersTests.vb (1)
110composition:=EditorTestCompositions.EditorFeaturesWpf)
Diagnostics\GenerateType\GenerateTypeTests.vb (1)
24Return EditorTestCompositions.EditorFeaturesWpf _
EncapsulateField\EncapsulateFieldCommandHandlerTests.vb (1)
148composition:=EditorTestCompositions.EditorFeaturesWpf)
ExtractInterface\ExtractInterfaceTests.vb (1)
1282composition:=EditorTestCompositions.EditorFeaturesWpf)
ExtractMethod\ExtractMethodTests.LanguageInteraction.vb (1)
3384composition:=EditorTestCompositions.EditorFeaturesWpf)
Formatting\CodeCleanUpTests.vb (2)
511Using workspace = TestWorkspace.CreateVisualBasic(code, composition:=EditorTestCompositions.EditorFeaturesWpf.AddParts(GetType(TCodefix))) 567Using workspace = TestWorkspace.CreateVisualBasic(code, composition:=EditorTestCompositions.EditorFeaturesWpf)
LineCommit\CommitTestData.vb (1)
34Dim workspace = TestWorkspace.Create(test, composition:=EditorTestCompositions.EditorFeaturesWpf)
Organizing\OrganizeTypeDeclarationTests.vb (1)
937composition:=EditorTestCompositions.EditorFeaturesWpf)
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (2)
ProjectSystemShim\Framework\TestEnvironment.vb (1)
55Private Shared ReadOnly s_composition As TestComposition = EditorTestCompositions.EditorFeaturesWpf _
VisualStudioTestCompositions.vb (1)
18Public Shared ReadOnly LanguageServices As TestComposition = EditorTestCompositions.EditorFeaturesWpf.