2 overrides of ProtectedGetPropertyValue
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
TestCase.cs (1)
223protected override object? ProtectedGetPropertyValue(TestProperty property, object? defaultValue)
TestResult.cs (1)
175protected override object? ProtectedGetPropertyValue(TestProperty property, object? defaultValue)
4 references to ProtectedGetPropertyValue
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
TestCase.cs (1)
236_ => base.ProtectedGetPropertyValue(property, defaultValue),
TestObject.cs (2)
115return ProtectedGetPropertyValue(property, defaultValue); 182object? objValue = ProtectedGetPropertyValue(property, defaultValue);
TestResult.cs (1)
188_ => base.ProtectedGetPropertyValue(property, defaultValue),