Пример #1
0
 public string GetScriptLocation()
 {
     if (string.IsNullOrEmpty(this.ScriptName))
     {
         return("prompt");
     }
     return(Debugger.FormatResourceString("LocationFormat", (object)Path.GetFileName(this.ScriptName), (object)this.ScriptLineNumber));
 }