8 references to GetAssemblyCodeBase
System.Web (8)
Compilation\AssemblyResolver.cs (3)
372path = System.Web.UI.Util.GetAssemblyCodeBase(a); 381path = System.Web.UI.Util.GetAssemblyCodeBase(a); 485path = System.Web.UI.Util.GetAssemblyCodeBase(a);
Compilation\BuildResult.cs (2)
542string path = Util.GetAssemblyCodeBase(a); 560string path = Util.GetAssemblyCodeBase(a);
Compilation\BuildResultCache.cs (1)
342String assemblyPath = Util.GetAssemblyCodeBase(assembly);
ErrorFormatter.cs (1)
1063assemblyDir = System.Web.UI.Util.GetAssemblyCodeBase(declaringType.Assembly);
UI\Util.cs (1)
1294assemblyPath = Util.GetAssemblyCodeBase(assembly);