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