11 references to IsEmpty
Microsoft.CodeAnalysis.Razor.Compiler (11)
Language\TagHelperCollection_Factories.cs (3)
204if (!collection.IsEmpty && checksums.Add(collection.Checksum)) 318if (first.IsEmpty) 323if (second.IsEmpty)
Language\TagHelperCollection.cs (2)
253if (IsEmpty) 328if (IsEmpty)
Language\TagHelperDiscoveryService.cs (2)
50if (!collection.IsEmpty) 63if (!collection.IsEmpty)
SourceGenerators\RazorSourceGenerator.cs (2)
237if (discovered.IsEmpty) 358if (!collection.IsEmpty)
SourceGenerators\SourceGeneratorProjectEngine.cs (2)
162if (first.IsEmpty) 167if (second.IsEmpty)