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