2 writes to _endCommentTransition
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (2)
104
_endCommentTransition
= endCommentTransition;
120
_endCommentTransition
= endCommentTransition;
4 references to _endCommentTransition
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (3)
127
public SyntaxToken EndCommentTransition =>
_endCommentTransition
;
136
4 =>
_endCommentTransition
,
160
=> new RazorCommentBlockSyntax(Kind, _startCommentTransition, _startCommentStar, _comment, _endCommentStar,
_endCommentTransition
, diagnostics);
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (1)
72
public SyntaxToken EndCommentTransition => new SyntaxToken(this, ((InternalSyntax.RazorCommentBlockSyntax)Green).
_endCommentTransition
, GetChildPosition(4), GetChildIndex(4));