6 references to sendData
Microsoft.VisualBasic.Tests (6)
Microsoft\VisualBasic\ApplicationServices\SingleInstanceTests.cs (6)
250sendData(pipeName, Array.Empty<string>()); // valid 251sendData(pipeName, 3); // invalid 252sendData(pipeName, new[] { "ABC" }); // valid 253sendData(pipeName, new int[] { 1, 2, 3 }); // invalid 254sendData(pipeName, new[] { "", "" }); // valid 255sendData(pipeName, new char[] { '1', '2', '3' }); // invalid