3 writes to StackHash
Microsoft.Build.Framework (1)
Telemetry\CrashTelemetry.cs (1)
402StackHash = ComputeStackHash(exception);
Microsoft.Build.Framework.UnitTests (2)
CrashTelemetry_Tests.cs (2)
112StackHash = "ABC123", 163StackHash = "DEF456",
14 references to StackHash
Microsoft.Build.Framework (2)
Telemetry\CrashTelemetry.cs (2)
503AddIfNotNull(StackHash); 573AddIfNotNull(StackHash);
Microsoft.Build.Framework.UnitTests (12)
CrashTelemetry_Tests.cs (12)
37telemetry.StackHash.ShouldNotBeNull(); 78t1.StackHash.ShouldBe(t2.StackHash); 126props[nameof(CrashTelemetry.StackHash)].ShouldBe("ABC123"); 150props.ShouldNotContainKey(nameof(CrashTelemetry.StackHash)); 176props[nameof(CrashTelemetry.StackHash)].ShouldBe("DEF456"); 973t1.StackHash.ShouldNotBeNull(); 974t2.StackHash.ShouldNotBeNull(); 975t1.StackHash.ShouldNotBe(t2.StackHash); 991t1.StackHash.ShouldBe(t2.StackHash);