9 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
())
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder.cs (2)
926
if (!locals.
IsEmpty
())
968
snippet = snippet.
IsEmpty
() ? null : snippet;
CommandLine\CSharpCommandLineParser.cs (2)
432
if (value.
IsEmpty
())
804
if (value.
IsEmpty
())
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\MetadataShadowCopyProvider.cs (1)
556
if (!xmlSubdirectory.
IsEmpty
())