2 references to WithExcludedPartTypes
Microsoft.AspNetCore.Razor.Test.Common.Tooling (2)
Mef\TestComposition.cs (2)
174
=>
WithExcludedPartTypes
(ExcludedPartTypes.Union(types ?? Array.Empty<Type>()));
195
=>
WithExcludedPartTypes
(ExcludedPartTypes.Except(types ?? Array.Empty<Type>()));