2 references to CannotBeNullOrEmpty
Microsoft.TestPlatform.CoreUtilities (2)
Output\OutputExtensions.cs (1)
105
throw new ArgumentException(Resources.
CannotBeNullOrEmpty
, nameof(format));
Utilities\JobQueue.cs (1)
106
throw new ArgumentException(Resources.
CannotBeNullOrEmpty
, nameof(displayName));