3 references to LeadingWidth
Microsoft.CodeAnalysis (2)
Syntax\SyntaxNode.cs (2)
1125var leading = token.LeadingWidth; 1126if (textOffset < token.LeadingWidth)
Microsoft.CodeAnalysis.CSharp (1)
Syntax\SyntaxNormalizer.cs (1)
638return IsKeyword(token.Kind()) && next.LeadingWidth > 0;