10 references to VerifyTextSpanAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (10)
Diagnostics\DiagnosticDataTests.cs (10)
26=> VerifyTextSpanAsync("", 10, 10, 20, 20, new TextSpan(0, 0));
36await VerifyTextSpanAsync(code, 30, 30, 40, 40, new TextSpan(code.Length, 0));
47await VerifyTextSpanAsync(code, 0, 30, 40, 40, new TextSpan(code.Length, 0));
58await VerifyTextSpanAsync(code, 0, 30, 0, 40, new TextSpan(code.Length, 0));
69await VerifyTextSpanAsync(code, 1, 30, 1, 40, new TextSpan(code.Length, 0));
80await VerifyTextSpanAsync(code, 1, 30, 1, 40, new TextSpan(code.Length, 0));
91await VerifyTextSpanAsync(code, 1, 30, 2, 40, new TextSpan(code.Length, 0));
102await VerifyTextSpanAsync(code, 1, 0, 1, 2, new TextSpan(code.Length, 0));
107=> VerifyTextSpanAsync("""
237await VerifyTextSpanAsync(content, 3, 10, 3, 11, new TextSpan(28, 1));