3 references to GetStringProperty
Microsoft.TestPlatform.CrossPlatEngine (3)
Client\MTP\MtpProxyExecutionManager.cs (3)
467
string? path =
GetStringProperty
(attachment, MtpConstants.AttachmentUriProperty)
468
??
GetStringProperty
(attachment, MtpConstants.AttachmentPathProperty);
479
string display =
GetStringProperty
(attachment, MtpConstants.DisplayName) ?? Path.GetFileName(path!);