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