3 writes to file
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26307
this.
file
= file;
26328
this.
file
= file;
26348
this.
file
= file;
5 references to file
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26358
public override SyntaxToken? File => this.
file
;
26368
3 => this.
file
,
26396
=> new LineDirectiveTriviaSyntax(this.Kind, this.hashToken, this.lineKeyword, this.line, this.
file
, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26399
=> new LineDirectiveTriviaSyntax(this.Kind, this.hashToken, this.lineKeyword, this.line, this.
file
, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16501
var slot = ((Syntax.InternalSyntax.LineDirectiveTriviaSyntax)this.Green).
file
;