Implemented interface member:
9 references to
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\Legacy\LegacySyntaxNodeExtensions.cs (2)
194var tagChild = children[i]; 207var tagChild = children[i];
Language\Legacy\TagHelperBlockRewriter.cs (3)
78var child = startTag.Attributes[i]; 174attributeBuilder.Add(startTag.Attributes[j]); 872var kind = node.Children[i].Kind;
Language\Syntax\SyntaxList`1.cs (3)
112? TextSpan.FromBounds(this[0].Span.Start, this[Count - 1].Span.End) 572if (Equals(this[i], node)) 585if (predicate(this[i]))
Language\Syntax\SyntaxRewriter.cs (1)
56var item = list[i];