3 writes to TextField
Microsoft.CodeAnalysis.CSharp (3)
Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifier.cs (3)
26
this.
TextField
= text;
32
this.
TextField
= text;
38
this.
TextField
= reader.ReadString();
22 references to TextField
Microsoft.CodeAnalysis.CSharp (22)
Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifier.cs (9)
39
this.FullWidth = this.
TextField
.Length;
45
writer.WriteString(this.
TextField
);
50
get { return this.
TextField
; }
55
get { return this.
TextField
; }
60
get { return this.
TextField
; }
65
return new SyntaxIdentifierWithTrivia(this.Kind, this.
TextField
, this.
TextField
, trivia, null, this.GetDiagnostics(), this.GetAnnotations());
70
return new SyntaxIdentifierWithTrivia(this.Kind, this.
TextField
, this.
TextField
, null, trivia, this.GetDiagnostics(), this.GetAnnotations());
Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifierExtended.cs (4)
69
return new SyntaxIdentifierWithTrivia(this.contextualKind, this.
TextField
, this.valueText, trivia, null, this.GetDiagnostics(), this.GetAnnotations());
74
return new SyntaxIdentifierWithTrivia(this.contextualKind, this.
TextField
, this.valueText, null, trivia, this.GetDiagnostics(), this.GetAnnotations());
79
return new SyntaxIdentifierExtended(this.contextualKind, this.
TextField
, this.valueText, diagnostics, this.GetAnnotations());
84
return new SyntaxIdentifierExtended(this.contextualKind, this.
TextField
, this.valueText, this.GetDiagnostics(), annotations);
Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifierWithTrailingTrivia.cs (5)
67
return new SyntaxIdentifierWithTrivia(this.Kind, this.
TextField
, this.
TextField
, trivia, _trailing, this.GetDiagnostics(), this.GetAnnotations());
72
return new SyntaxIdentifierWithTrailingTrivia(this.
TextField
, trivia, this.GetDiagnostics(), this.GetAnnotations());
77
return new SyntaxIdentifierWithTrailingTrivia(this.
TextField
, _trailing, diagnostics, this.GetAnnotations());
82
return new SyntaxIdentifierWithTrailingTrivia(this.
TextField
, _trailing, this.GetDiagnostics(), annotations);
Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifierWithTrivia.cs (4)
102
return new SyntaxIdentifierWithTrivia(this.contextualKind, this.
TextField
, this.valueText, trivia, _trailing, this.GetDiagnostics(), this.GetAnnotations());
107
return new SyntaxIdentifierWithTrivia(this.contextualKind, this.
TextField
, this.valueText, _leading, trivia, this.GetDiagnostics(), this.GetAnnotations());
112
return new SyntaxIdentifierWithTrivia(this.contextualKind, this.
TextField
, this.valueText, _leading, _trailing, diagnostics, this.GetAnnotations());
117
return new SyntaxIdentifierWithTrivia(this.contextualKind, this.
TextField
, this.valueText, _leading, _trailing, this.GetDiagnostics(), annotations);