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