3 writes to executablePath
System (3)
compmod\microsoft\win32\SystemEvents.cs (3)
1257executablePath = IntSecurity.UnsafeGetFullPath(sb.ToString()); 1263executablePath = NativeMethods.GetLocalPath(ecb); 1266executablePath = codeBase.ToString();
4 references to executablePath
System (4)
compmod\microsoft\win32\SystemEvents.cs (4)
1251if (executablePath == null) { 1270Uri exeUri = new Uri(executablePath); 1272new FileIOPermission(FileIOPermissionAccess.PathDiscovery, executablePath).Demand(); 1274return executablePath;