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)
228AssertJson($@" 487AssertJson(expected, compilationValue.ToString(Formatting.Indented), "toolsVersions", "references", "extensions"); 579AssertJson(expected, json, "toolsVersions", "references", "extensions");
DeterministicKeyBuilderTests.cs (1)
45string actual) => AssertJson(expected, actual, "references", "extensions");