9 references to IsNullOrEmpty
Microsoft.TestPlatform.Utilities (9)
ClientUtilities.cs (1)
67
if (!fileName.
IsNullOrEmpty
()
CodeCoverageRunSettingsProcessor.cs (1)
44
if (currentSettings.
IsNullOrEmpty
())
InferRunSettingsHelper.cs (3)
172
if (!nodeXml.
IsNullOrEmpty
())
182
if (!nodeXml.
IsNullOrEmpty
())
515
if (node != null && !node.InnerXml.
IsNullOrEmpty
())
StringExtensions.cs (1)
13
if (input.
IsNullOrEmpty
())
XmlUtilities.cs (3)
67
if (innerXml.
IsNullOrEmpty
())
80
if (!innerXml.
IsNullOrEmpty
())
88
else if (!innerXml.
IsNullOrEmpty
())