10 references to IsEmpty
Microsoft.CodeAnalysis.Razor.Compiler (10)
Language\TagHelperCollection.cs (2)
253if (IsEmpty) 328if (IsEmpty)
Language\TagHelperCollection_Factories.cs (3)
204if (!collection.IsEmpty && checksums.Add(collection.Checksum)) 318if (first.IsEmpty) 323if (second.IsEmpty)
Language\TagHelperDiscoveryService.cs (2)
50if (!collection.IsEmpty) 63if (!collection.IsEmpty)
SourceGenerators\RazorSourceGenerator.cs (1)
229if (!collection.IsEmpty)
SourceGenerators\SourceGeneratorProjectEngine.cs (2)
142if (first.IsEmpty) 147if (second.IsEmpty)