1 write to Source
System.Web (1)
Configuration\TagPrefixInfo.cs (1)
87Source = source;
7 references to Source
System.Web (7)
Configuration\PagesSection.cs (1)
724ucRegisterEntry.UserControlSource = VirtualPath.CreateNonRelative(tpi.Source);
Configuration\TagPrefixInfo.cs (5)
96StringUtil.Equals(Source, ns.Source); 101Source.GetHashCode(); 187if (!(String.IsNullOrEmpty(elem.TagName) && String.IsNullOrEmpty(elem.Source))) { 195!String.IsNullOrEmpty(elem.Source))) {
UI\Util.cs (1)
138recompilationHash.AddObject(tpi.Source);