2 overrides of ProtectedGetPropertyValue
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
TestCase.cs (1)
223
protected override object?
ProtectedGetPropertyValue
(TestProperty property, object? defaultValue)
TestResult.cs (1)
175
protected 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)
115
return
ProtectedGetPropertyValue
(property, defaultValue);
182
object? objValue =
ProtectedGetPropertyValue
(property, defaultValue);
TestResult.cs (1)
188
_ => base.
ProtectedGetPropertyValue
(property, defaultValue),