4 references to IsEmpty
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ReferenceManager.cs (1)
127
Debug.Assert(referencedAssemblySymbols.
IsEmpty
());
Microsoft.CodeAnalysis.VisualBasic (3)
CommandLine\VisualBasicCommandLineParser.vb (2)
1286
If Not IsScriptCommandLineParser AndAlso Not hasSourceFiles AndAlso managedResources.
IsEmpty
() Then
1386
Not managedResources.
IsEmpty
() AndAlso
Symbols\ReferenceManager.vb (1)
56
Debug.Assert(referencedAssemblySymbols.
IsEmpty
())