2 writes to CharacterIndex
Microsoft.CodeAnalysis.Razor.Compiler (2)
27 references to CharacterIndex
Microsoft.AspNetCore.Razor.Language.UnitTests (9)
Microsoft.CodeAnalysis.Razor.Compiler (16)
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 (2)