4 references to IsEmpty
Microsoft.CodeAnalysis (4)
CommandLine\CommandLineParser.cs (2)
351
if (pathMap.
IsEmpty
())
360
if (kEqualsV.
IsEmpty
())
CommandLine\CommandLineResource.cs (1)
40
Debug.Assert(!resourceName.
IsEmpty
());
Syntax\SyntaxTree.cs (1)
288
if (resolver is null || mappedSpan.Path.
IsEmpty
())