16 references to RuntimeAssetGroup
installer.tasks (2)
GenerateTestSharedFrameworkDepsFile.cs (2)
83runtimeAssemblyGroups: new[] { new RuntimeAssetGroup(string.Empty, runtimeFiles) }, 84nativeLibraryGroups: new[] { new RuntimeAssetGroup(string.Empty, nativeFiles) },
Microsoft.DotNet.SharedFramework.Sdk (2)
src\GenerateSharedFrameworkDepsFile.cs (2)
88runtimeAssemblyGroups: new[] { new RuntimeAssetGroup(string.Empty, runtimeFiles) }, 89nativeLibraryGroups: new[] { new RuntimeAssetGroup(string.Empty, nativeFiles) },
Microsoft.Extensions.DependencyModel (4)
DependencyContextJsonReader.cs (4)
806runtimeAssemblyGroups.Add(new RuntimeAssetGroup( 818nativeLibraryGroups.Add(new RuntimeAssetGroup( 827runtimeAssemblyGroups.Add(new RuntimeAssetGroup(string.Empty, targetLibrary.Runtimes)); 832nativeLibraryGroups.Add(new RuntimeAssetGroup(string.Empty, targetLibrary.Natives));
Microsoft.NET.Build.Tasks (8)
DependencyContextBuilder.cs (8)
302runtimeAssemblyGroups: [new RuntimeAssetGroup(string.Empty, [CreateRuntimeFile(directReference.FileName, directReference.FullPath, directReference.DestinationSubPath)])], 608var runtimeAssemblyGroup = new RuntimeAssetGroup(string.Empty, 612var nativeLibraryGroup = new RuntimeAssetGroup(string.Empty, 660runtimeAssemblyGroups.Add(new RuntimeAssetGroup(string.Empty, [runtimeFile])); 672runtimeAssemblyGroups.Add(new RuntimeAssetGroup(string.Empty, 678nativeLibraryGroups.Add(new RuntimeAssetGroup(string.Empty, 694runtimeAssemblyGroups.Add(new RuntimeAssetGroup(runtimeIdentifierGroup.Key, 701nativeLibraryGroups.Add(new RuntimeAssetGroup(runtimeIdentifierGroup.Key,