7 references to WithEndCharacterIndex
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (4)
222
.
WithEndCharacterIndex
(ps.CharacterIndex + nameWithoutParamLen);
1061
.
WithEndCharacterIndex
(nameCharIndex + nameLength);
1086
.
WithEndCharacterIndex
(endCharIndex);
1114
.
WithEndCharacterIndex
(valueCharIndex + valueLength);
Language\DefaultTagHelperResolutionPhase.cs (3)
879
.
WithEndCharacterIndex
(last.EndCharacterIndex);
993
.
WithEndCharacterIndex
(exprLoc.Character + expressionSource.Length);
1178
.
WithEndCharacterIndex
(ets.CharacterIndex + 2 + tagName.Length);