1 write to s_testTypeProperty
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\MSTestV1TelemetryHelper.cs (1)
40s_testTypeProperty ??= TestProperty.Register("TestType", "TestType", typeof(Guid), typeof(TestResult));
1 reference to s_testTypeProperty
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\MSTestV1TelemetryHelper.cs (1)
46var testType = testResult!.GetPropertyValue(s_testTypeProperty, Guid.Empty);