1 override of VerifyThrowNoEmbeddedDoubleQuotes
Microsoft.Build.Utilities.UnitTests (1)
CommandLineBuilder_Tests.cs (1)
469
protected override void
VerifyThrowNoEmbeddedDoubleQuotes
(string switchName, string parameter)
6 references to VerifyThrowNoEmbeddedDoubleQuotes
Microsoft.Build.Utilities.Core (5)
CommandLineBuilder.cs (5)
332
VerifyThrowNoEmbeddedDoubleQuotes
(string.Empty, fileName);
364
VerifyThrowNoEmbeddedDoubleQuotes
(string.Empty, fileName);
385
VerifyThrowNoEmbeddedDoubleQuotes
(string.Empty, fileItem.ItemSpec);
410
VerifyThrowNoEmbeddedDoubleQuotes
(string.Empty, fileNames[i]);
447
VerifyThrowNoEmbeddedDoubleQuotes
(string.Empty, fileItems[i].ItemSpec);
Microsoft.Build.Utilities.UnitTests (1)
CommandLineBuilder_Tests.cs (1)
471
base.
VerifyThrowNoEmbeddedDoubleQuotes
(switchName, parameter);