Implemented interface member:
property
EscapedCodeBase
System.Runtime.InteropServices._Assembly.EscapedCodeBase
5 references to EscapedCodeBase
System (3)
compmod\microsoft\win32\SystemEvents.cs (1)
1260
String ecb = asm.
EscapedCodeBase
;
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (2)
137
fileName = GetLocalPath(asm.
EscapedCodeBase
);
165
fileName = GetLocalPath(resourceAssembly.
EscapedCodeBase
);
System.Configuration (1)
System\Configuration\ClientConfigPaths.cs (1)
109
applicationUri = exeAssembly.
EscapedCodeBase
;
System.Web (1)
UI\Util.cs (1)
1224
return Util.FilePathFromFileUrl(t.Assembly.
EscapedCodeBase
);