8 references to IsEmpty
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
MemoryBuilder`1.cs (1)
194if (IsEmpty)
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (6)
MemoryBuilderTests.cs (6)
220Assert.True(builder.IsEmpty); 240Assert.True(builder.IsEmpty); 260Assert.True(builder.IsEmpty); 272Assert.True(builder.IsEmpty); 287Assert.True(builder.IsEmpty); 403Assert.True(builder.IsEmpty);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperDiscoverer.cs (1)
115while (!stack.IsEmpty)