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