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