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