1 write to Assembly
System.Web (1)
Configuration\TagPrefixInfo.cs (1)
85Assembly = assembly;
8 references to Assembly
System.Web (8)
Configuration\PagesSection.cs (1)
735TagNamespaceRegisterEntry nsRegisterEntry = new TagNamespaceRegisterEntry(tpi.TagPrefix, tpi.Namespace, tpi.Assembly);
Configuration\TagPrefixCollection.cs (2)
93(String.IsNullOrEmpty(info.Assembly) ? string.Empty : info.Assembly);
Configuration\TagPrefixInfo.cs (4)
95StringUtil.Equals(Assembly, ns.Assembly) && 100Namespace.GetHashCode() ^ Assembly.GetHashCode() ^ 194String.IsNullOrEmpty(elem.Assembly) &&
UI\Util.cs (1)
142recompilationHash.AddObject(tpi.Assembly);