2 references to NativeAssetType
Microsoft.Extensions.DependencyModel (2)
DependencyContextJsonReader.cs (1)
800
.Where(e => e.Type == DependencyContextStrings.
NativeAssetType
)
DependencyContextWriter.cs (1)
285
wroteObjectStart = AddRuntimeSpecificAssetGroups(DependencyContextStrings.
NativeAssetType
, runtimeLibrary.NativeLibraryGroups, wroteObjectStart, jsonWriter);