2 writes to _currentLocation
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\SyntaxTreeVerifier.cs (2)
123
_currentLocation
= new SourceLocation(source.FilePath, 0, 0, 0);
140
_currentLocation
= SourceLocationTracker.Advance(_currentLocation, token.Content);
3 references to _currentLocation
Microsoft.AspNetCore.Razor.Test.Common (3)
Language\SyntaxTreeVerifier.cs (3)
135
if (!start.Equals(
_currentLocation
))
137
throw new InvalidOperationException($"Token starting at {start} should start at {
_currentLocation
} - {token} ");
140
_currentLocation = SourceLocationTracker.Advance(
_currentLocation
, token.Content);