2 references to GetAssets
Microsoft.Extensions.DependencyModel (2)
CollectionExtensions.cs (2)
27public static IEnumerable<string> GetDefaultAssets(this IEnumerable<RuntimeAssetGroup> self) => GetAssets(self, string.Empty); 34return GetAssets(self, runtime);