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