8 references to FixWhitespace
Microsoft.ML.Core.Tests (8)
UnitTests\TestEntryPoints.cs (8)
3358var json = FixWhitespace(result.ToString(Formatting.Indented)); 3376expected = FixWhitespace(expected); 3410var json = FixWhitespace(result.ToString(Formatting.Indented)); 3418expected = FixWhitespace(expected); 3423json = FixWhitespace(result.ToString(Formatting.Indented)); 3434expected = FixWhitespace(expected); 3439json = FixWhitespace(result.ToString(Formatting.Indented)); 3453expected = FixWhitespace(expected);