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