2 references to IsEmpty
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\EmbeddedSyntax\EmbeddedSyntaxHelpers.cs (1)
14if (token2.VirtualChars.IsEmpty)
Infrastructure\VirtualChars\VirtualCharSequence.cs (1)
85public bool IsDefaultOrEmpty => IsDefault || IsEmpty;