protected override void ComputeHashCode(HashCodeCombiner hashCodeCombiner)
 {
     base.ComputeHashCode(hashCodeCombiner);
     if (base.VirtualPath != null)
     {
         Assembly localResourcesAssembly = BuildManager.GetLocalResourcesAssembly(base.VirtualPath.Parent);
         if (localResourcesAssembly != null)
         {
             hashCodeCombiner.AddFile(localResourcesAssembly.Location);
         }
     }
 }