6 references to AssertJson
Microsoft.CodeAnalysis.Rebuild.UnitTests (6)
BasicDeterministicKeyBuilderTests.cs (2)
303AssertJson(expected, compilationValue.ToString(Formatting.Indented), "toolsVersions", "references", "extensions"); 420AssertJson(expected, json, "toolsVersions", "references", "extensions");
CSharpDeterministicKeyBuilderTests.cs (3)
234AssertJson($@" 492AssertJson(expected, compilationValue.ToString(Formatting.Indented), "toolsVersions", "references", "extensions"); 584AssertJson(expected, json, "toolsVersions", "references", "extensions");
DeterministicKeyBuilderTests.cs (1)
45string actual) => AssertJson(expected, actual, "references", "extensions");