3 references to TestIsEmpty
Microsoft.CodeAnalysis.UnitTests (3)
Text\SourceTextTests.cs (3)
28TestIsEmpty(SourceText.From(string.Empty)); 29TestIsEmpty(SourceText.From(new byte[0], 0)); 30TestIsEmpty(SourceText.From(new MemoryStream()));