1 write to Namespace
System.Web (1)
Configuration\NamespaceInfo.cs (1)
45Namespace = name;
8 references to Namespace
System.Web (8)
Compilation\AssemblyBuilder.cs (1)
755sb.Append(entry.Namespace);
Configuration\NamespaceCollection.cs (3)
82return ((NamespaceInfo)element).Namespace; 99namespaceEntry.Namespace = ni.Namespace; 112_namespaceEntries[ni.Namespace] = namespaceEntry;
Configuration\NamespaceInfo.cs (3)
50return (ns != null && Namespace == ns.Namespace); 53return Namespace.GetHashCode();
UI\Util.cs (1)
122recompilationHash.AddObject(ni.Namespace);