8 references to File
Microsoft.CodeAnalysis.CSharp (7)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2248
=> node.Update(VisitToken(node.HashToken), VisitToken(node.LoadKeyword), VisitToken(node.
File
), VisitToken(node.EndOfDirectiveToken), node.IsActive);
_generated\2\Syntax.xml.Syntax.Generated.cs (5)
16631
if (hashToken != this.HashToken || loadKeyword != this.LoadKeyword || file != this.
File
|| endOfDirectiveToken != this.EndOfDirectiveToken)
16642
public new LoadDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) => Update(hashToken, this.LoadKeyword, this.
File
, this.EndOfDirectiveToken, this.IsActive);
16643
public LoadDirectiveTriviaSyntax WithLoadKeyword(SyntaxToken loadKeyword) => Update(this.HashToken, loadKeyword, this.
File
, this.EndOfDirectiveToken, this.IsActive);
16646
public new LoadDirectiveTriviaSyntax WithEndOfDirectiveToken(SyntaxToken endOfDirectiveToken) => Update(this.HashToken, this.LoadKeyword, this.
File
, endOfDirectiveToken, this.IsActive);
16647
public LoadDirectiveTriviaSyntax WithIsActive(bool isActive) => Update(this.HashToken, this.LoadKeyword, this.
File
, this.EndOfDirectiveToken, isActive);
Compilation\SyntaxAndDeclarationManager.cs (1)
206
var fileToken = directive.
File
;
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Classification\Worker_Preprocesser.cs (1)
328
AddClassification(node.
File
, ClassificationTypeNames.StringLiteral);