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