6 references to Location
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\CodeGeneration\CodeRenderingContext.cs (3)
133var currentLocation = CodeWriter.Location with 135AbsoluteIndex = CodeWriter.Location.AbsoluteIndex + offset, 136CharacterIndex = CodeWriter.Location.CharacterIndex + offset
Language\CodeGeneration\CodeRenderingContextExtensions.cs (1)
130endLineIndex: writer.Location.LineIndex);
Language\Extensions\DefaultTagHelperTargetExtension.cs (1)
496uniqueId = checksum + context.CodeWriter.Location.AbsoluteIndex;
Language\RazorHtmlWriter.cs (1)
308var nextIndex = _codeWriter.Location.AbsoluteIndex + tildesToWrite;