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