public void Write(Microsoft.Extensions.DependencyModel.DependencyContext context, System.IO.Stream stream)
 {
 }
 public static System.Collections.Generic.IEnumerable <string> GetRuntimeNativeAssets(this Microsoft.Extensions.DependencyModel.DependencyContext self, string runtimeIdentifier)
 {
     throw null;
 }
 public static System.Collections.Generic.IEnumerable <Microsoft.Extensions.DependencyModel.RuntimeFile> GetRuntimeNativeRuntimeFileAssets(this Microsoft.Extensions.DependencyModel.RuntimeLibrary self, Microsoft.Extensions.DependencyModel.DependencyContext context, string runtimeIdentifier)
 {
     throw null;
 }
 public static System.Collections.Generic.IEnumerable <System.Reflection.AssemblyName> GetRuntimeAssemblyNames(this Microsoft.Extensions.DependencyModel.RuntimeLibrary self, Microsoft.Extensions.DependencyModel.DependencyContext context, string runtimeIdentifier)
 {
     throw null;
 }
 public static System.Collections.Generic.IEnumerable <Microsoft.Extensions.DependencyModel.RuntimeFile> GetDefaultNativeRuntimeFileAssets(this Microsoft.Extensions.DependencyModel.DependencyContext self)
 {
     throw null;
 }
 public static System.Collections.Generic.IEnumerable <string> GetDefaultNativeAssets(this Microsoft.Extensions.DependencyModel.RuntimeLibrary self, Microsoft.Extensions.DependencyModel.DependencyContext context)
 {
     throw null;
 }
 public static System.Collections.Generic.IEnumerable <System.Reflection.AssemblyName> GetDefaultAssemblyNames(this Microsoft.Extensions.DependencyModel.DependencyContext self)
 {
     throw null;
 }
 public Microsoft.Extensions.DependencyModel.DependencyContext Merge(Microsoft.Extensions.DependencyModel.DependencyContext other)
 {
     throw null;
 }