3 writes to file
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26918
this.
file
= file;
26934
this.
file
= file;
26949
this.
file
= file;
5 references to file
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26957
public SyntaxToken File => this.
file
;
26966
2 => this.
file
,
26994
=> new ReferenceDirectiveTriviaSyntax(this.Kind, this.hashToken, this.referenceKeyword, this.
file
, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26997
=> new ReferenceDirectiveTriviaSyntax(this.Kind, this.hashToken, this.referenceKeyword, this.
file
, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16825
public SyntaxToken File => new SyntaxToken(this, ((InternalSyntax.ReferenceDirectiveTriviaSyntax)this.Green).
file
, GetChildPosition(2), GetChildIndex(2));