1 write to _filePath
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\SeekableTextReader.cs (1)
30
_filePath
= filePath;
5 references to _filePath
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Legacy\SeekableTextReader.cs (5)
68
_location = new SourceLocation(
_filePath
, _position, _cachedLineInfo.LineIndex, _position - _cachedLineInfo.Span.Start);
85
_location = new SourceLocation(
_filePath
, _position, nextLineIndex, _position - nextLineSpan.Start);
100
_location = new SourceLocation(
_filePath
, _position, prevLineIndex, _position - prevLineSpan.Start);
108
_location = new SourceLocation(
_filePath
, _position, SourceText.Lines.GetLinePosition(_position));
127
_location = new SourceLocation(
_filePath
, Length, lineNumber, SourceText.Lines[lineNumber].Span.Length);