4 references to new
Microsoft.AspNetCore.Razor.Test.Common.Tooling (4)
Mef\TestComposition.cs (4)
21public static readonly TestComposition Empty = new( 210return new TestComposition(assemblies, Parts, ExcludedPartTypes); 225=> parts == Parts ? this : new TestComposition(Assemblies, parts, ExcludedPartTypes); 228=> excludedPartTypes == ExcludedPartTypes ? this : new TestComposition(Assemblies, Parts, excludedPartTypes);