2 writes to _resourcesDependenciesHash
System.Web (2)
Compilation\BuildResult.cs (2)
768
_resourcesDependenciesHash
= value;
779
_resourcesDependenciesHash
= HashCodeCombiner.GetDirectoryHash(VirtualPath);
4 references to _resourcesDependenciesHash
System.Web (4)
Compilation\BuildResult.cs (4)
763
return
_resourcesDependenciesHash
;
767
Debug.Assert(
_resourcesDependenciesHash
== null);
769
Debug.Assert(
_resourcesDependenciesHash
!= null);
774
if (
_resourcesDependenciesHash
!= null)