1 write to RuntimeAssemblyGroups
Microsoft.Extensions.DependencyModel (1)
RuntimeLibrary.cs (1)
112
RuntimeAssemblyGroups
= runtimeAssemblyGroups;
6 references to RuntimeAssemblyGroups
dotnet-svcutil-lib (1)
Shared\MSBuildProj.cs (1)
925
foreach (var assemblyGroup in rtLib.
RuntimeAssemblyGroups
)
Microsoft.Extensions.DependencyModel (5)
DependencyContextExtensions.cs (2)
98
return ResolveAssets(context, string.Empty, self.
RuntimeAssemblyGroups
).Select(GetAssemblyName);
107
return ResolveAssets(context, runtimeIdentifier, self.
RuntimeAssemblyGroups
).Select(GetAssemblyName);
DependencyContextWriter.cs (3)
239
AddAssets(DependencyContextStrings.RuntimeAssembliesKey, runtimeLibrary.
RuntimeAssemblyGroups
.GetDefaultGroup(), jsonWriter);
278
AddAssets(DependencyContextStrings.RuntimeAssembliesKey, runtimeLibrary.
RuntimeAssemblyGroups
.GetDefaultGroup(), jsonWriter);
284
wroteObjectStart = AddRuntimeSpecificAssetGroups(DependencyContextStrings.RuntimeAssetType, runtimeLibrary.
RuntimeAssemblyGroups
, wroteObjectStart, jsonWriter);