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