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