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