7 references to WithAbsoluteIndex
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (4)
198directiveNameSpan = ns.WithAbsoluteIndex(ns.AbsoluteIndex + 1) 871directiveNameSpan = nameSpan.WithAbsoluteIndex(nameSpan.AbsoluteIndex + 1) 1041return attrSource.WithAbsoluteIndex(attrSource.AbsoluteIndex + nameIndex) 1094return attrSource.WithAbsoluteIndex(attrSource.AbsoluteIndex + valueStart)
Language\DefaultTagHelperResolutionPhase.cs (3)
809return first.WithAbsoluteIndex(start) 1008return s.WithAbsoluteIndex(s.AbsoluteIndex - prefixLength) 1103diagSource = ets.WithAbsoluteIndex(ets.AbsoluteIndex + 2)