12 references to AddAssemblies
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (6)
EditorTestCompositions.cs (6)
23.AddAssemblies( 62.AddAssemblies( 70.AddAssemblies( 74.AddAssemblies( 80.AddAssemblies(typeof(LanguageServerResources).Assembly); 83.AddAssemblies(typeof(LanguageServerResources).Assembly);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
MEF\FeaturesTestCompositions.cs (1)
27=> (host == TestHost.InProcess) ? composition : composition.AddAssemblies(typeof(RemoteWorkspacesResources).Assembly).AddParts(typeof(InProcRemoteHostClientProvider.Factory));
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
TestCompositionTests.cs (3)
30var composition2 = composition1.AddAssemblies(assembly1); 88var composition1 = TestComposition.Empty.AddAssemblies(assembly1).AddParts(type1).AddExcludedPartTypes(excluded1); 89var composition2 = TestComposition.Empty.AddAssemblies(assembly2).AddParts(type1, type2).AddExcludedPartTypes(excluded2);
Microsoft.VisualStudio.LanguageServices.LiveShare.UnitTests (1)
LiveShareTestCompositions.cs (1)
15.AddAssemblies(
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
VisualStudioTestCompositions.vb (1)
19AddAssemblies(