1 write to Assembly
System.Web (1)
Configuration\TagPrefixInfo.cs (1)
85
Assembly
= assembly;
8 references to Assembly
System.Web (8)
Configuration\PagesSection.cs (1)
735
TagNamespaceRegisterEntry 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)
95
StringUtil.Equals(
Assembly
, ns.
Assembly
) &&
100
Namespace.GetHashCode() ^
Assembly
.GetHashCode() ^
194
String.IsNullOrEmpty(elem.
Assembly
) &&
UI\Util.cs (1)
142
recompilationHash.AddObject(tpi.
Assembly
);