8 references to Current
Microsoft.AspNetCore.Razor.Language.UnitTests (7)
TagHelperCollectionTest.cs (7)
924Assert.Throws<InvalidOperationException>(() => _ = enumerator.Current); 2577Assert.Same(helper1, enumerator.Current); 2583Assert.Same(helpers2to4[i], enumerator.Current); 2590Assert.Same(helpers5to9[i], enumerator.Current); 3109Assert.Same(helpers[0], enumerator.Current); 3111Assert.Same(helpers[1], enumerator.Current); 3116Assert.Same(helpers[0], enumerator.Current);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperCollection.Enumerator.cs (1)
71public TagHelperDescriptor Current => _enumerator.Current;