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