1 write to RuntimeAssemblyGroups
Microsoft.Extensions.DependencyModel (1)
RuntimeLibrary.cs (1)
112RuntimeAssemblyGroups = runtimeAssemblyGroups;
10 references to RuntimeAssemblyGroups
dotnet-svcutil-lib (1)
Shared\MSBuildProj.cs (1)
913foreach (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)
280var warnOnRids = lib.RuntimeAssemblyGroups.Select(g => g.Runtime).Where(ShouldWarnOnRuntimeIdentifer)
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DotnetTestHostManager.cs (1)
912foreach (var runtimeAssemblyGroup in testhostPackage.RuntimeAssemblyGroups)