1 write to Hash
Microsoft.NET.TestFramework (1)
Utilities\FileThumbPrint.cs (1)
16Hash = hash;
10 references to Hash
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (6)
WasmBuildIncrementalismTest.cs (6)
51actual.Hash.Equals(first.Hash).Should().BeTrue($"because {actual.Hash} should match {first.Hash} for {first.Path} on build {i}"); 95thumbPrint[j].Equals(newThumbPrint[j]).Should().BeTrue($"because {thumbPrint[j].Hash} should be the same as {newThumbPrint[j].Hash} for file {thumbPrint[j].Path}");
Microsoft.NET.TestFramework (4)
Utilities\FileThumbPrint.cs (4)
61string.Equals(Hash, other.Hash, StringComparison.Ordinal); 67return HashCode.Combine(Path, LastWriteTimeUtc, Hash); 79return $"{Hash} - {LastWriteTimeUtc.ToShortDateString()} - {Path}";