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