7 references to WithEndCharacterIndex
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (4)
209.WithEndCharacterIndex(ps.CharacterIndex + nameWithoutParamLen); 1045.WithEndCharacterIndex(nameCharIndex + nameLength); 1070.WithEndCharacterIndex(endCharIndex); 1098.WithEndCharacterIndex(valueCharIndex + valueLength);
Language\DefaultTagHelperResolutionPhase.cs (3)
812.WithEndCharacterIndex(last.EndCharacterIndex); 926.WithEndCharacterIndex(exprLoc.Character + expressionSource.Length); 1107.WithEndCharacterIndex(ets.CharacterIndex + 2 + tagName.Length);