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