14 references to IsEmpty
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineParser.cs (2)
340
if (pathMap.
IsEmpty
())
349
if (kEqualsV.
IsEmpty
())
Syntax\SyntaxTree.cs (1)
287
if (resolver == null || mappedSpan.Path.
IsEmpty
())
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.cs (2)
902
if (!locals.
IsEmpty
())
944
snippet = snippet.
IsEmpty
() ? null : snippet;
CommandLine\CSharpCommandLineParser.cs (3)
411
if (value.
IsEmpty
())
785
if (value.
IsEmpty
())
2057
Debug.Assert(!resourceName.
IsEmpty
()); // see ParseResourceDescription's check on filePath
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\MetadataShadowCopyProvider.cs (1)
556
if (!xmlSubdirectory.
IsEmpty
())
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Invocation.vb (2)
1114
If argumentValue.
IsEmpty
() Then
1154
If argumentValue.
IsEmpty
() Then
CommandLine\VisualBasicCommandLineParser.vb (1)
2128
If value.
IsEmpty
Then
SymbolDisplay\SymbolDisplayVisitor.vb (1)
189
If Not emittedName.
IsEmpty
Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
LocationTests.vb (1)
42
If expectedPath.
IsEmpty
Then