4 references to TestComposition
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (4)
MEF\TestComposition.cs (4)
23public static readonly TestComposition Empty = new TestComposition(ImmutableHashSet<Assembly>.Empty, ImmutableHashSet<Type>.Empty, ImmutableHashSet<Type>.Empty); 185return new TestComposition(assemblies, Parts, ExcludedPartTypes); 198=> (parts == Parts) ? this : new TestComposition(Assemblies, parts, ExcludedPartTypes); 201=> (excludedPartTypes == ExcludedPartTypes) ? this : new TestComposition(Assemblies, Parts, excludedPartTypes);