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