3 writes to executablePath
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (3)
371executablePath = IntSecurity.UnsafeGetFullPath(sb.ToString()); 377executablePath = codeBase.LocalPath + Uri.UnescapeDataString(codeBase.Fragment); ; 380executablePath = codeBase.ToString();
5 references to executablePath
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Application.cs (5)
367if (executablePath == null) { 384Uri exeUri = new Uri(executablePath); 386Debug.WriteLineIf(IntSecurity.SecurityDemand.TraceVerbose, "FileIO(" + executablePath + ") Demanded"); 387new FileIOPermission(FileIOPermissionAccess.PathDiscovery, executablePath).Demand(); 389return executablePath;