Base:
property
StartState
Microsoft.AspNetCore.Razor.Language.Legacy.Tokenizer.StartState
2 references to StartState
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\HtmlTokenizer.cs (2)
35
base.CurrentState =
StartState
;
76
return AtTokenAfterRazorCommentBody(nextState:
StartState
);