2 writes to AbsoluteIndex
Microsoft.CodeAnalysis.Razor.Compiler (2)
47 references to AbsoluteIndex
Microsoft.AspNetCore.Razor.Language.Legacy.UnitTests (1)
Microsoft.AspNetCore.Razor.Language.UnitTests (8)
Microsoft.CodeAnalysis.Razor.Compiler (30)
Language\Syntax\SyntaxNodeExtensions.cs (2)
123return new SourceSpan(location.FilePath, location.AbsoluteIndex, location.LineIndex, location.CharacterIndex, node.Width, lineCount, endLocation.Character);
131return new SourceSpan(location.FilePath, location.AbsoluteIndex, location.LineIndex, location.CharacterIndex, token.Width, lineCount, endLocation.Character);
Microsoft.CodeAnalysis.Razor.Workspaces (8)