17 instantiations of RuntimeAssetGroup
installer.tasks (2)
Microsoft.DotNet.SharedFramework.Sdk (2)
Microsoft.Extensions.DependencyModel (4)
Microsoft.NET.Build.Tasks (9)
DependencyContextBuilder.cs (9)
302runtimeAssemblyGroups: [new RuntimeAssetGroup(string.Empty, [CreateRuntimeFile(directReference.FileName, directReference.FullPath)])],
525RuntimeAssetGroup[] runtimeAssemblyGroups = new[] { new RuntimeAssetGroup(string.Empty, _mainProjectInfo.OutputName) };
605var runtimeAssemblyGroup = new RuntimeAssetGroup(string.Empty,
609var nativeLibraryGroup = new RuntimeAssetGroup(string.Empty,
653runtimeAssemblyGroups.Add(new RuntimeAssetGroup(string.Empty, [runtimeFile]));
665runtimeAssemblyGroups.Add(new RuntimeAssetGroup(string.Empty,
671nativeLibraryGroups.Add(new RuntimeAssetGroup(string.Empty,
687runtimeAssemblyGroups.Add(new RuntimeAssetGroup(runtimeIdentifierGroup.Key,
694nativeLibraryGroups.Add(new RuntimeAssetGroup(runtimeIdentifierGroup.Key,
44 references to RuntimeAssetGroup
dotnet (3)
dotnet-svcutil-lib (1)
Microsoft.Extensions.DependencyModel (34)
Microsoft.NET.Build.Tasks (6)