Exemplo n.º 1
0
 private string GetDacFileName()
 {
     if (_clrInfo.SingleFileRuntimeInfo.HasValue)
     {
         return(ClrInfoProvider.GetDacFileName(_clrInfo.Flavor, Target.OperatingSystem));
     }
     Debug.Assert(!string.IsNullOrEmpty(_clrInfo.DacInfo.PlatformSpecificFileName));
     return(_clrInfo.DacInfo.PlatformSpecificFileName);
 }
Exemplo n.º 2
0
 private string GetDacFileName()
 {
     return(ClrInfoProvider.GetDacFileName(_clrInfo.Flavor, _target.OperatingSystem));
 }