2 references to TryConvert
xunit.assert (2)
Sdk\AssertHelper.cs (2)
680 if (!result && TryConvert(expected, actual.GetType(), out converted)) 682 if (!result && TryConvert(actual, expected.GetType(), out converted))