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