Base:
property
File
Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LineOrSpanDirectiveTriviaSyntax.File
2 references to File
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);