4 references to Width
Microsoft.CodeAnalysis.CodeStyle (3)
AbstractFormatEngine.OperationApplier.cs (2)
235
if (token.
Width
() <= 0 || operationTokens.IsEmpty())
369
if (token.RawKind == 0 || token.
Width
() <= 0)
BottomUpBaseIndentationFinder.cs (1)
76
nextToken.
Width
() <= 0)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
TriviaDataFactory.vb (1)
174
Dim initialColumn = If(token1.Kind = 0, 0, Me.TreeInfo.GetOriginalColumn(Me.Options.TabSize, token1) + token1.
Width
)