3 writes to file
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
27017
this.
file
= file;
27033
this.
file
= file;
27048
this.
file
= file;
5 references to file
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
27056
public SyntaxToken File => this.
file
;
27065
2 => this.
file
,
27093
=> new LoadDirectiveTriviaSyntax(this.Kind, this.hashToken, this.loadKeyword, this.
file
, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
27096
=> new LoadDirectiveTriviaSyntax(this.Kind, this.hashToken, this.loadKeyword, this.
file
, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16877
public SyntaxToken File => new SyntaxToken(this, ((InternalSyntax.LoadDirectiveTriviaSyntax)this.Green).
file
, GetChildPosition(2), GetChildIndex(2));