3 writes to endOfComment
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
22772
this.
endOfComment
= endOfComment;
22786
this.
endOfComment
= endOfComment;
22799
this.
endOfComment
= endOfComment;
5 references to endOfComment
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
22803
public SyntaxToken EndOfComment => this.
endOfComment
;
22809
1 => this.
endOfComment
,
22836
=> new DocumentationCommentTriviaSyntax(this.Kind, this.content, this.
endOfComment
, diagnostics, GetAnnotations());
22839
=> new DocumentationCommentTriviaSyntax(this.Kind, this.content, this.
endOfComment
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
14370
public SyntaxToken EndOfComment => new SyntaxToken(this, ((InternalSyntax.DocumentationCommentTriviaSyntax)this.Green).
endOfComment
, GetChildPosition(1), GetChildIndex(1));