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