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)
127public SyntaxToken EndCommentTransition => _endCommentTransition; 1364 => _endCommentTransition, 160=> new RazorCommentBlockSyntax(Kind, _startCommentTransition, _startCommentStar, _comment, _endCommentStar, _endCommentTransition, diagnostics);
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (1)
72public SyntaxToken EndCommentTransition => new SyntaxToken(this, ((InternalSyntax.RazorCommentBlockSyntax)Green)._endCommentTransition, GetChildPosition(4), GetChildIndex(4));