6 references to AssertJson
Microsoft.CodeAnalysis.Rebuild.UnitTests (6)
BasicDeterministicKeyBuilderTests.cs (2)
294AssertJson(expected, compilationValue.ToString(Formatting.Indented), "toolsVersions", "references", "extensions"); 417AssertJson(expected, json, "toolsVersions", "references", "extensions");
CSharpDeterministicKeyBuilderTests.cs (3)
224AssertJson($@" 485AssertJson(expected, compilationValue.ToString(Formatting.Indented), "toolsVersions", "references", "extensions"); 586AssertJson(expected, json, "toolsVersions", "references", "extensions");
DeterministicKeyBuilderTests.cs (1)
47string actual) => AssertJson(expected, actual, "references", "extensions");