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)
885.WithEndCharacterIndex(last.EndCharacterIndex); 999.WithEndCharacterIndex(exprLoc.Character + expressionSource.Length); 1184.WithEndCharacterIndex(ets.CharacterIndex + 2 + tagName.Length);