4 references to Width
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
127
if (valueText.Length != token.
Width
())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\BottomUpBaseIndentationFinder.cs (1)
76
nextToken.
Width
() <= 0)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.OperationApplier.cs (2)
226
if (token.
Width
() <= 0 || operationTokens.IsEmpty())
360
if (token.RawKind == 0 || token.
Width
() <= 0)