3 references to WriterNewLineLength
Microsoft.AspNetCore.Razor.Language.UnitTests (3)
CodeGeneration\CSharpCodeWriterTest.cs (3)
58var expected = new SourceLocation(absoluteIndex: 3 + WriterNewLineLength, lineIndex: 1, characterIndex: 3); 75var expected = new SourceLocation(absoluteIndex: 4 + WriterNewLineLength, lineIndex: 1, characterIndex: 0); 94absoluteIndex: 6 + newLine.Length + WriterNewLineLength,