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