1 write to RuntimeAssemblyGroups
Microsoft.Extensions.DependencyModel (1)
RuntimeLibrary.cs (1)
112RuntimeAssemblyGroups = runtimeAssemblyGroups;
6 references to RuntimeAssemblyGroups
dotnet-svcutil-lib (1)
Shared\MSBuildProj.cs (1)
925foreach (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)
239AddAssets(DependencyContextStrings.RuntimeAssembliesKey, runtimeLibrary.RuntimeAssemblyGroups.GetDefaultGroup(), jsonWriter); 278AddAssets(DependencyContextStrings.RuntimeAssembliesKey, runtimeLibrary.RuntimeAssemblyGroups.GetDefaultGroup(), jsonWriter); 284wroteObjectStart = AddRuntimeSpecificAssetGroups(DependencyContextStrings.RuntimeAssetType, runtimeLibrary.RuntimeAssemblyGroups, wroteObjectStart, jsonWriter);