1 write to RuntimeAssemblyGroups
Microsoft.Extensions.DependencyModel (1)
RuntimeLibrary.cs (1)
112RuntimeAssemblyGroups = runtimeAssemblyGroups;
17 references to RuntimeAssemblyGroups
dotnet (1)
CommandFactory\CommandResolution\DepsJsonCommandResolver.cs (1)
113runtimeAssetGroups = runtimeLibrary.RuntimeAssemblyGroups;
dotnet-svcutil-lib (1)
Shared\MSBuildProj.cs (1)
908foreach (var assemblyGroup in rtLib.RuntimeAssemblyGroups)
Microsoft.Extensions.DependencyModel (5)
DependencyContextExtensions.cs (2)
98return ResolveAssets(context, string.Empty, self.RuntimeAssemblyGroups).Select(GetAssemblyName); 107return ResolveAssets(context, runtimeIdentifier, self.RuntimeAssemblyGroups).Select(GetAssemblyName);
DependencyContextWriter.cs (3)
244AddAssets(DependencyContextStrings.RuntimeAssembliesKey, runtimeLibrary.RuntimeAssemblyGroups.GetDefaultGroup(), jsonWriter); 283AddAssets(DependencyContextStrings.RuntimeAssembliesKey, runtimeLibrary.RuntimeAssemblyGroups.GetDefaultGroup(), jsonWriter); 289wroteObjectStart = AddRuntimeSpecificAssetGroups(DependencyContextStrings.RuntimeAssetType, runtimeLibrary.RuntimeAssemblyGroups, wroteObjectStart, jsonWriter);
Microsoft.NET.Build.Tasks (3)
DependencyContextBuilder.cs (2)
383if (lib.Library.RuntimeAssemblyGroups.Count == 0 && lib.Library.NativeLibraryGroups.Count == 0 && lib.Library.ResourceAssemblies.Count == 0) 512library.Library.RuntimeAssemblyGroups,
GenerateDepsFile.cs (1)
274var warnOnRids = lib.RuntimeAssemblyGroups.Select(g => g.Runtime).Where(ShouldWarnOnRuntimeIdentifer)
Microsoft.NET.Build.Tests (1)
GiventThatWeWantDesignerSupport.cs (1)
156.SelectMany(r => r.RuntimeAssemblyGroups)
Microsoft.NET.Publish.Tests (6)
GivenThatAPublishedDepsJsonShouldContainVersionInformation.cs (1)
182var immutableRuntimeFiles = immutableRuntimeLibrary.RuntimeAssemblyGroups.SelectMany(rag => rag.RuntimeFiles).ToList();
GivenThatWeWantToPublishAProjectWithAllFeatures.cs (4)
227library.RuntimeAssemblyGroups.Count.Should().Be(1); 228library.RuntimeAssemblyGroups[0].Runtime.Should().Be(string.Empty); 229library.RuntimeAssemblyGroups[0].AssetPaths.Count.Should().Be(1); 230library.RuntimeAssemblyGroups[0].AssetPaths[0].Should().Be($"{path}{dllName}.dll");
GivenThatWeWantToRunILLink.cs (1)
1866l.RuntimeAssemblyGroups.Any(rag =>