23 references to CreateLineInfo
Microsoft.CodeAnalysis.Razor.Workspaces (23)
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (23)
246
_lineInfoBuilder.Add(
CreateLineInfo
(processIndentation: false));
437
return
CreateLineInfo
(
445
return
CreateLineInfo
(
471
return
CreateLineInfo
();
517
return
CreateLineInfo
(
538
return
CreateLineInfo
(
556
return
CreateLineInfo
(processIndentation: false, processFormatting: true, checkForNewLines: true);
625
return
CreateLineInfo
();
849
return
CreateLineInfo
();
952
return
CreateLineInfo
(
966
return
CreateLineInfo
(
980
return
CreateLineInfo
(
996
return
CreateLineInfo
(
1068
return
CreateLineInfo
(skipNextLineIfBrace: true);
1077
return
CreateLineInfo
(
1093
return
CreateLineInfo
(
1106
return
CreateLineInfo
(
1154
return
CreateLineInfo
(processFormatting: true, checkForNewLines: true);
1160
return
CreateLineInfo
(htmlIndentLevel: htmlIndentLevel, additionalIndentation: additionalIndentation);
1168
return
CreateLineInfo
(skipNextLineIfBrace: true);
1187
return
CreateLineInfo
(htmlIndentLevel: htmlIndentLevel + 1, additionalIndentation: additionalIndentation);
1244
return
CreateLineInfo
();
1250
return
CreateLineInfo
(processIndentation: false);