7 references to Turn
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\Legacy\DirectiveCSharpTokenizer.cs (1)
42var token = Turn();
Language\Legacy\DirectiveHtmlTokenizer.cs (1)
42var token = Turn();
Language\Legacy\Tokenizer.cs (5)
85var token = Turn(); 139/// controller to the caller of <see cref="Turn"/> 148/// <see cref="Turn"/> should invoke the provided state. 170/// controller to the caller of <see cref="Turn"/> 179/// <see cref="Turn"/> should re-invoke the current state.