75 references to Create
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (35)
Completion\CompletionProviders\OverrideCompletionProviderTests.cs (3)
2583using var testWorkspace = EditorTestWorkspace.Create(xmlString, composition: GetComposition()); 3009using var testWorkspace = EditorTestWorkspace.Create(xmlString, composition: GetComposition()); 3067using var testWorkspace = EditorTestWorkspace.Create(xmlString, composition: GetComposition());
NavigateTo\NavigateToSearcherTests.cs (3)
302using var workspace = EditorTestWorkspace.Create(""" 362using var workspace = EditorTestWorkspace.Create(""" 422using var workspace = EditorTestWorkspace.Create("""
NavigateTo\NavigateToTests.cs (9)
1109using var workspace = EditorTestWorkspace.Create(""" 1183using var workspace = EditorTestWorkspace.Create(""" 1215using var workspace = EditorTestWorkspace.Create(""" 1248using var workspace = EditorTestWorkspace.Create(""" 1278using var workspace = EditorTestWorkspace.Create(""" 1311using var workspace = EditorTestWorkspace.Create(""" 1345using var workspace = EditorTestWorkspace.Create(""" 1370using var workspace = EditorTestWorkspace.Create(""" 1396using var workspace = EditorTestWorkspace.Create("""
PdbSourceDocument\AbstractPdbSourceDocumentTests.cs (1)
219var workspace = EditorTestWorkspace.Create($"""
PdbSourceDocument\ImplementationAssemblyLookupServiceTests.cs (7)
145var workspace = EditorTestWorkspace.Create($""" 208var workspace = EditorTestWorkspace.Create($""" 265var workspace = EditorTestWorkspace.Create($""" 316var workspace = EditorTestWorkspace.Create($""" 363var workspace = EditorTestWorkspace.Create($""" 421var workspace = EditorTestWorkspace.Create($""" 483var workspace = EditorTestWorkspace.Create($"""
PdbSourceDocument\PdbSourceDocumentTests.cs (3)
388var workspace = EditorTestWorkspace.Create($""" 429var workspace = EditorTestWorkspace.Create($""" 829var workspace = EditorTestWorkspace.Create($"""
QuickInfo\SemanticQuickInfoSourceTests.cs (2)
128using var workspace = EditorTestWorkspace.Create(xmlString); 297using var workspace = EditorTestWorkspace.Create(xmlString);
SplitStringLiteral\SplitStringLiteralCommandHandlerTests.cs (1)
52using var workspace = EditorTestWorkspace.Create(workspaceXml);
SymbolKey\SymbolKeyTests.cs (4)
41using var workspace = EditorTestWorkspace.Create(workspaceXml); 76using var workspace = EditorTestWorkspace.Create(workspaceXml); 115using var workspace = EditorTestWorkspace.Create(workspaceXml); 161using var workspace = EditorTestWorkspace.Create(workspaceXml);
Workspaces\WorkspaceTests_EditorFeatures.cs (2)
874using var workspace = EditorTestWorkspace.Create(workspaceElement, composition: EditorTestCompositions.EditorFeatures); 1423using var workspace = EditorTestWorkspace.Create(input, composition: EditorTestCompositions.EditorFeatures, openDocuments: true);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
Completion\AbstractCompletionProviderTests.cs (1)
1047using var testWorkspace = EditorTestWorkspace.Create(xmlString, composition: GetComposition());
SignatureHelp\AbstractSignatureHelpProviderTests.cs (2)
348using var testWorkspace = EditorTestWorkspace.Create(xmlString); 468using var testWorkspace = EditorTestWorkspace.Create(xmlString);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (4)
LinkedFiles\LinkedFileDiffMergingEditorTests.cs (2)
55using var workspace = EditorTestWorkspace.Create(WorkspaceXml, composition: EditorTestCompositions.EditorFeatures); 74using var workspace = EditorTestWorkspace.Create(WorkspaceXml);
MetadataAsSource\AbstractMetadataAsSourceTests.TestContext.cs (1)
299return EditorTestWorkspace.Create(xmlString, composition: composition);
RenameTracking\RenameTrackingTestState.cs (1)
131return EditorTestWorkspace.Create(xml, composition: EditorTestCompositions.EditorFeatures);
Microsoft.VisualStudio.LanguageServices.UnitTests (33)
ChangeSignature\ChangeSignatureViewModelTests.vb (1)
458Using workspace = EditorTestWorkspace.Create(workspaceXml)
CommonControls\MemberSelectionViewModelTests.vb (1)
173Using workspace = EditorTestWorkspace.Create(workspaceXml)
CommonControls\NewTypeDestinationSelectionViewModelTests.vb (1)
227Using workspace = EditorTestWorkspace.Create(workspaceXml)
ExtractInterface\ExtractInterfaceViewModelTests.vb (1)
288Using workspace = EditorTestWorkspace.Create(workspaceXml)
GenerateType\GenerateTypeViewModelTests.vb (1)
837Using workspace = EditorTestWorkspace.Create(workspaceXml)
InheritanceMargin\InheritanceMarginViewModelTests.vb (1)
76Using workspace = EditorTestWorkspace.Create(workspaceFile)
LanguageBlockTests.vb (2)
251Using workspace = EditorTestWorkspace.Create(xml, composition:=composition) 269Using workspace = EditorTestWorkspace.Create(xml)
Preview\PreviewChangesTests.vb (3)
78Using workspace = EditorTestWorkspace.Create(workspaceXml, composition:=s_composition) 184Using workspace = EditorTestWorkspace.Create(workspaceXml, composition:=s_composition) 267Using workspace = EditorTestWorkspace.Create(workspaceXml, composition:=s_composition)
PullMemberUp\PullMemberUpViewModelTest.vb (1)
246Using workspace = EditorTestWorkspace.Create(workspaceXml)
RQName\RQNameTests.vb (1)
241Using workspace = EditorTestWorkspace.Create(workspaceXml)
SolutionExplorer\AnalyzerItemsSourceTests.vb (1)
25Using workspace = EditorTestWorkspace.Create(workspaceXml)
SolutionExplorer\AnalyzerItemTests.vb (2)
23Using workspace = EditorTestWorkspace.Create(workspaceXml) 42Using workspace = EditorTestWorkspace.Create(workspaceXml)
SolutionExplorer\AnalyzersFolderItemTests.vb (2)
23Using workspace = EditorTestWorkspace.Create(workspaceXml) 41Using workspace = EditorTestWorkspace.Create(workspaceXml)
SolutionExplorer\CpsDiagnosticItemSourceTests.vb (1)
29Using workspace = EditorTestWorkspace.Create(workspaceXml)
SolutionExplorer\SourceGeneratorItemTests.vb (5)
28Using workspace = EditorTestWorkspace.Create(workspaceXml) 49Using workspace = EditorTestWorkspace.Create(workspaceXml) 75Using workspace = EditorTestWorkspace.Create(workspaceXml) 110Using workspace = EditorTestWorkspace.Create(workspaceXml) 239Using workspace = EditorTestWorkspace.Create(workspaceXml)
Venus\AbstractContainedLanguageCodeSupportTests.vb (1)
28Using workspace = EditorTestWorkspace.Create(
Venus\DocumentServiceTests.vb (8)
26Using workspace = EditorTestWorkspace.Create( 50Using workspace = EditorTestWorkspace.Create( 82Using workspace = EditorTestWorkspace.Create( 105Using workspace = EditorTestWorkspace.Create( 126Using workspace = EditorTestWorkspace.Create( 164Using workspace = EditorTestWorkspace.Create( 203Using workspace = EditorTestWorkspace.Create( 260Using workspace = EditorTestWorkspace.Create(