1 write to Namespace
System.Web (1)
Configuration\TagPrefixInfo.cs (1)
84Namespace = nameSpace;
9 references to Namespace
System.Web (9)
Configuration\PagesSection.cs (2)
734else if (!String.IsNullOrEmpty(tpi.Namespace)) { 735TagNamespaceRegisterEntry nsRegisterEntry = new TagNamespaceRegisterEntry(tpi.TagPrefix, tpi.Namespace, tpi.Assembly);
Configuration\TagPrefixCollection.cs (1)
92return info.TagPrefix + ":" + info.Namespace + ":" +
Configuration\TagPrefixInfo.cs (5)
94StringUtil.Equals(Namespace, ns.Namespace) && 100Namespace.GetHashCode() ^ Assembly.GetHashCode() ^ 185if (!String.IsNullOrEmpty(elem.Namespace)) { 193if (!(String.IsNullOrEmpty(elem.Namespace) &&
UI\Util.cs (1)
141recompilationHash.AddObject(tpi.Namespace);