1 write to AssemblyName
System.Web (1)
Configuration\PartialTrustVisibleAssembly.cs (1)
56
AssemblyName
= assemblyName;
2 references to AssemblyName
System.Web (2)
Configuration\PartialTrustVisibleAssemblyCollection.cs (1)
73
return ((PartialTrustVisibleAssembly)element).
AssemblyName
;
Hosting\ApplicationManager.cs (1)
1167
partialTrustVisibleAssemblies[i] = partialTrustVisibleAssembliesCollection[i].
AssemblyName
+