Ejemplo n.º 1
0
 public static string CXXUberHeaderPath(this AssemblyNameReference assembly)
 {
     return(Path.Combine(assembly.RTCLIShortName(), $"include/{Constants.CXXUberHeaderName}").Replace("\\", "/"));
 }