17 references to HashCodeCombiner
System.Web (17)
Compilation\BuildManager.cs (2)
74private readonly HashCodeCombiner _preAppStartHashCodeCombiner = new HashCodeCombiner(); 569var specialFilesHashCodeCombiner = new HashCodeCombiner();
Compilation\BuildManagerHost.cs (1)
666hashCodeCombiner = new HashCodeCombiner();
Compilation\BuildResult.cs (2)
296HashCodeCombiner hashCodeCombiner = new HashCodeCombiner(); 751HashCodeCombiner hashCodeCombiner = new HashCodeCombiner();
Compilation\CompilationUtil.cs (1)
139HashCodeCombiner recompilationHash = new HashCodeCombiner();
Configuration\ProfileSection.cs (1)
150HashCodeCombiner hashCombiner = new HashCodeCombiner();
FileChangesMonitor.cs (1)
137HashCodeCombiner combiner = new HashCodeCombiner();
Hosting\MapPathBasedVirtualPathProvider.cs (1)
32HashCodeCombiner hashCodeCombiner = new HashCodeCombiner();
OutputCacheModule.cs (1)
64HashCodeCombiner hashCodeCombiner = new HashCodeCombiner();
UI\AttributeCollection.cs (1)
143HashCodeCombiner hashCodeCombiner = new HashCodeCombiner();
UI\PartialCachingControl.cs (2)
84HashCodeCombiner combinedHashCode = new HashCodeCombiner(); 845HashCodeCombiner hashCodeCombiner = new HashCodeCombiner();
UI\TemplateControl.cs (1)
708HashCodeCombiner combinedHashCode = new HashCodeCombiner();
UI\TemplateParser.cs (1)
430private HashCodeCombiner _typeHashCode = new HashCodeCombiner();
UI\Util.cs (1)
82HashCodeCombiner recompilationHash = new HashCodeCombiner();
Util\HashCodeCombiner.cs (1)
54HashCodeCombiner hashCodeCombiner = new HashCodeCombiner();