5 references to RuntimeAssetGroup
xunit.console (5)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\DependencyContextJsonReader.cs (4)
400
runtimeAssemblyGroups.Add(new
RuntimeAssetGroup
(
412
nativeLibraryGroups.Add(new
RuntimeAssetGroup
(
421
runtimeAssemblyGroups.Add(new
RuntimeAssetGroup
(string.Empty, targetLibrary.Runtimes));
426
nativeLibraryGroups.Add(new
RuntimeAssetGroup
(string.Empty, targetLibrary.Natives));
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\RuntimeAssetGroup.cs (1)
11
public RuntimeAssetGroup(string runtime, params string[] assetPaths) :
this
(runtime, (IEnumerable<string>)assetPaths) { }