Base:
property
LineKeyword
Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LineOrSpanDirectiveTriviaSyntax.LineKeyword
2 references to LineKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
26380
if (hashToken != this.HashToken || lineKeyword != this.
LineKeyword
|| line != this.Line || file != this.File || endOfDirectiveToken != this.EndOfDirectiveToken)
28645
=> node.Update((SyntaxToken)Visit(node.HashToken), (SyntaxToken)Visit(node.
LineKeyword
), (SyntaxToken)Visit(node.Line), (SyntaxToken)Visit(node.File), (SyntaxToken)Visit(node.EndOfDirectiveToken), node.IsActive);