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