3 references to Count
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\TagHelperCollection.RefBuilder.cs (2)
53
public readonly bool IsEmpty =>
Count
== 0;
62
ArgHelper.ThrowIfGreaterThanOrEqual(index,
Count
);
Language\TagHelperCollection.RefBuilder.Enumerator.cs (1)
24
if (_index < _builder.
Count
- 1)