10 references to VerifyTextSpanAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (10)
Diagnostics\DiagnosticDataTests.cs (10)
31await VerifyTextSpanAsync(code, 10, 10, 20, 20, new TextSpan(0, 0)); 40await VerifyTextSpanAsync(code, 30, 30, 40, 40, new TextSpan(code.Length, 0)); 49await VerifyTextSpanAsync(code, 0, 30, 40, 40, new TextSpan(code.Length, 0)); 58await VerifyTextSpanAsync(code, 0, 30, 0, 40, new TextSpan(code.Length, 0)); 67await VerifyTextSpanAsync(code, 1, 30, 1, 40, new TextSpan(code.Length, 0)); 76await VerifyTextSpanAsync(code, 1, 30, 1, 40, new TextSpan(code.Length, 0)); 85await VerifyTextSpanAsync(code, 1, 30, 2, 40, new TextSpan(code.Length, 0)); 94await VerifyTextSpanAsync(code, 1, 0, 1, 2, new TextSpan(code.Length, 0)); 109await VerifyTextSpanAsync(code, 3, 10, 3, 11, new TextSpan(28, 1)); 192await VerifyTextSpanAsync(content, 3, 10, 3, 11, new TextSpan(28, 1));