2 writes to _comment
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (2)
100
_comment
= comment;
116
_comment
= comment;
4 references to _comment
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (3)
125
public SyntaxToken Comment =>
_comment
;
134
2 =>
_comment
,
160
=> new RazorCommentBlockSyntax(Kind, _startCommentTransition, _startCommentStar,
_comment
, _endCommentStar, _endCommentTransition, diagnostics);
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (1)
70
public SyntaxToken Comment => new SyntaxToken(this, ((InternalSyntax.RazorCommentBlockSyntax)Green).
_comment
, GetChildPosition(2), GetChildIndex(2));