5 references to Width
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (2)
1082IsEscaped = node.MarkupStartTag?.Bang is { Width: > 0 }, 1647IsEscaped = node.MarkupStartTag?.Bang is { Width: > 0 },
Language\Syntax\SyntaxNodeExtensions.cs (1)
131return new SourceSpan(location.FilePath, location.AbsoluteIndex, location.LineIndex, location.CharacterIndex, token.Width, lineCount, endLocation.Character);
Language\Syntax\SyntaxToken.cs (1)
16internal static readonly Func<SyntaxToken, bool> NonZeroWidth = t => t.Width > 0;
Language\Syntax\SyntaxTokenList.Reversed.cs (1)
63_position = last.Position + last.Width;