Base:
property
Width
Microsoft.CodeAnalysis.GreenNode.Width
18 references to Width
Microsoft.CodeAnalysis.CSharp (18)
Parser\DirectiveParser.cs (1)
818
if (identifier.
Width
> MAX_DIRECTIVE_IDENTIFIER_WIDTH)
Parser\DocumentationCommentParser.cs (3)
848
return WithAdditionalDiagnostics(node, new XmlSyntaxDiagnosticInfo(0, node.
Width
, code, args));
1058
int width = nonOverloadableOperator.
Width
;
1101
int width = nonOverloadableOperator.
Width
;
Parser\LanguageParser.cs (8)
2593
misplacedModifier.
Width
,
2634
this.CurrentToken.
Width
,
3436
separator = WithAdditionalDiagnostics(separator, GetExpectedTokenError(SyntaxKind.DotToken, separator.Kind, separator.GetLeadingTriviaWidth(), separator.
Width
));
3474
opTokenErrorWidth = opToken.
Width
;
3505
opTokenErrorWidth = opToken.
Width
;
6070
separator = WithAdditionalDiagnostics(separator, GetExpectedTokenError(SyntaxKind.DotToken, separator.Kind, separator.GetLeadingTriviaWidth(), separator.
Width
));
6267
separator = WithAdditionalDiagnostics(separator, GetExpectedTokenError(SyntaxKind.DotToken, separator.Kind, separator.GetLeadingTriviaWidth(), separator.
Width
));
12779
name = WithAdditionalDiagnostics(name, this.GetExpectedTokenError(SyntaxKind.IdentifierToken, name.ContextualKind, name.GetLeadingTriviaWidth(), name.
Width
));
Parser\SyntaxParser.cs (6)
588
token = WithAdditionalDiagnostics(token, MakeError(token.GetLeadingTriviaWidth(), token.
Width
, errorCode, args));
702
width = ct.
Width
;
793
return WithAdditionalDiagnostics(node, MakeError(firstToken.GetLeadingTriviaWidth(), firstToken.
Width
, code));
799
return WithAdditionalDiagnostics(node, MakeError(firstToken.GetLeadingTriviaWidth(), firstToken.
Width
, code, args));
827
width += lastToken.
Width
;
905
if (token.
Width
> 0)