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