59 references to AddObject
System.Web (59)
Compilation\BuildManager.cs (4)
384_theBuildManager._preAppStartHashCodeCombiner.AddObject(dependency); 587specialFilesHashCodeCombiner.AddObject(HttpRuntime.AppDomainAppPathInternal); 658specialFilesHashCodeCombiner.AddObject(casConfig.Level); 659specialFilesHashCodeCombiner.AddObject(casConfig.OriginUrl);
Compilation\BuildManagerHost.cs (1)
681hashCodeCombiner.AddObject(base.GetFileHash(virtualPath, clonedPaths));
Compilation\CompilationUtil.cs (23)
147recompilationHash.AddObject(ps.TargetFramework); 156recompilationHash.AddObject(ps.DefaultLanguage); 160recompilationHash.AddObject(ps.AssemblyPostProcessorTypeInternal.FullName); 163recompilationHash.AddObject(ps.ControlBuilderInterceptorType); 168recompilationHash.AddObject(compiler.Language); 169recompilationHash.AddObject(compiler.Extension); 170recompilationHash.AddObject(compiler.Type); 172recompilationHash.AddObject(compiler.CompilerOptions); 177recompilationHash.AddObject(eb.ExpressionPrefix); 178recompilationHash.AddObject(eb.Type); 185recompilationHash.AddObject("__clearassemblies"); 189recompilationHash.AddObject(ai.Assembly); 197recompilationHash.AddObject("__clearbuildproviders"); 201recompilationHash.AddObject(bp.Type); 202recompilationHash.AddObject(bp.Extension); 210recompilationHash.AddObject("__clearfolderlevelbuildproviders"); 214recompilationHash.AddObject(bp.Type); 215recompilationHash.AddObject(bp.Name); 221recompilationHash.AddObject("__clearcodesubdirs"); 225recompilationHash.AddObject(csd.DirectoryName); 249recompilationHash.AddObject(type.FullName); 252recompilationHash.AddObject(option); 268recompilationHash.AddObject(codeDomProviderType + ":" + key + "=" + value);
Configuration\ProfileSection.cs (3)
156hashCombiner.AddObject(pgs.Name); 168hashCombiner.AddObject(pps.Name); 169hashCombiner.AddObject(pps.Type);
UI\PartialCachingControl.cs (4)
450combinedHashCode.AddObject(_guid); 506combinedHashCode.AddObject(val); 533combinedHashCode.AddObject(reqValCollection[temp]); 541combinedHashCode.AddObject(customString);
UI\TemplateControl.cs (2)
633combinedHashCode.AddObject(m.DeclaringType.AssemblyQualifiedName); 634combinedHashCode.AddObject(m.Name);
UI\TemplateParser.cs (1)
795_typeHashCode.AddObject(text);
UI\Util.cs (17)
96recompilationHash.AddObject(ps.PageBaseTypeInternal.FullName); 99recompilationHash.AddObject(ps.UserControlBaseTypeInternal.FullName); 102recompilationHash.AddObject(ps.PageParserFilterTypeInternal.FullName); 104recompilationHash.AddObject(ps.MasterPageFile); 105recompilationHash.AddObject(ps.Theme); 106recompilationHash.AddObject(ps.StyleSheetTheme); 118recompilationHash.AddObject("__clearnamespaces"); 122recompilationHash.AddObject(ni.Namespace); 130recompilationHash.AddObject("__clearcontrols"); 134recompilationHash.AddObject(tpi.TagPrefix); 137recompilationHash.AddObject(tpi.TagName); 138recompilationHash.AddObject(tpi.Source); 141recompilationHash.AddObject(tpi.Namespace); 142recompilationHash.AddObject(tpi.Assembly); 151recompilationHash.AddObject("__cleartagmapping"); 155recompilationHash.AddObject(tmi.TagType); 156recompilationHash.AddObject(tmi.MappedTagType);
Util\HashCodeCombiner.cs (4)
63AddObject(a[i]); 96AddObject(System.Web.UI.Util.GetAssemblyQualifiedTypeName(t)); 199AddObject(directoryName); 224AddObject(directoryName);