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