4 references to NormalizeWhitespace
Microsoft.Arcade.Test.Common (2)
AssertEx.cs (2)
342
=>
NormalizeWhitespace
(left) ==
NormalizeWhitespace
(right);
Microsoft.DotNet.SignTool.Tests (2)
SignToolTests.cs (2)
352
var actualXml = AssertEx.
NormalizeWhitespace
(actual);
353
var expectedXml = AssertEx.
NormalizeWhitespace
(expectedXmlElementsPerSigningRound[i]);