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)
135if (!start.Equals(_currentLocation)) 137throw new InvalidOperationException($"Token starting at {start} should start at {_currentLocation} - {token} "); 140_currentLocation = SourceLocationTracker.Advance(_currentLocation, token.Content);