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)
170
if (!nodeXml.
IsNullOrEmpty
())
180
if (!nodeXml.
IsNullOrEmpty
())
500
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
())