2 references to AddRuntimeSpecificAssetGroups
Microsoft.Extensions.DependencyModel (2)
DependencyContextWriter.cs (2)
284
wroteObjectStart =
AddRuntimeSpecificAssetGroups
(DependencyContextStrings.RuntimeAssetType, runtimeLibrary.RuntimeAssemblyGroups, wroteObjectStart, jsonWriter);
285
wroteObjectStart =
AddRuntimeSpecificAssetGroups
(DependencyContextStrings.NativeAssetType, runtimeLibrary.NativeLibraryGroups, wroteObjectStart, jsonWriter);