4 references to CurrentLocation
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Legacy\DirectiveHtmlTokenizer.cs (2)
18
var location =
CurrentLocation
;
35
if (EndOfFile || (_visitedFirstTokenStart && _firstTokenVisitLocation !=
CurrentLocation
))
Language\Legacy\Tokenizer.cs (2)
91
Debug.Assert(EndOfFile || !CurrentStart.Equals(
CurrentLocation
));
197
CurrentStart =
CurrentLocation
;