19 references to AddObject
System.Web (19)
Compilation\BuildManager.cs (2)
662specialFilesHashCodeCombiner.AddObject(ProfileManager.Enabled); 665specialFilesHashCodeCombiner.AddObject(PrecompilingWithDebugInfo);
Compilation\CompilationUtil.cs (7)
146recompilationHash.AddObject(ps.Debug); 148recompilationHash.AddObject(ps.Strict); 149recompilationHash.AddObject(ps.Explicit); 150recompilationHash.AddObject(ps.Batch); 151recompilationHash.AddObject(ps.OptimizeCompilations); 157recompilationHash.AddObject(ps.UrlLinePragmas); 158recompilationHash.AddObject(ps.DisableObsoleteWarnings);
OutputCacheModule.cs (1)
65hashCodeCombiner.AddObject(_varyByAllParams);
UI\Util.cs (9)
88recompilationHash.AddObject(ps.Buffer); 89recompilationHash.AddObject(ps.EnableViewState); 90recompilationHash.AddObject(ps.EnableViewStateMac); 91recompilationHash.AddObject(ps.EnableEventValidation); 92recompilationHash.AddObject(ps.SmartNavigation); 93recompilationHash.AddObject(ps.ValidateRequest); 94recompilationHash.AddObject(ps.AutoEventWireup); 111recompilationHash.AddObject(ps.MaintainScrollPositionOnPostBack); 116recompilationHash.AddObject(namespaces.AutoImportVBNamespace);