7 references to WithAbsoluteIndex
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (4)
211directiveNameSpan = ns.WithAbsoluteIndex(ns.AbsoluteIndex + 1) 886directiveNameSpan = nameSpan.WithAbsoluteIndex(nameSpan.AbsoluteIndex + 1) 1057return attrSource.WithAbsoluteIndex(attrSource.AbsoluteIndex + nameIndex) 1110return attrSource.WithAbsoluteIndex(attrSource.AbsoluteIndex + valueStart)
Language\DefaultTagHelperResolutionPhase.cs (3)
876return first.WithAbsoluteIndex(start) 1075return s.WithAbsoluteIndex(s.AbsoluteIndex - prefixLength) 1174diagSource = ets.WithAbsoluteIndex(ets.AbsoluteIndex + 2)