6 references to GetNewLineCharacter
Microsoft.VisualStudio.LanguageServices.CSharp (3)
CodeModel\CSharpCodeModelService.cs (3)
1278var newLine = GetNewLineCharacter(text); 1358var newLine = GetNewLineCharacter(text); 1416var newLine = GetNewLineCharacter(text);
Microsoft.VisualStudio.LanguageServices.VisualBasic (3)
CodeModel\VisualBasicCodeModelService.vb (3)
2252Dim newLine = GetNewLineCharacter(text) 2481Dim newLine = GetNewLineCharacter(text) 2507Dim newLine = GetNewLineCharacter(text)