2 references to IndexOfNewLine
Microsoft.CodeAnalysis.CSharp (2)
Compiler\DocumentationCommentCompiler.cs (2)
906int end = IndexOfNewLine(text, start, out newLineLength); 923int end = IndexOfNewLine(text, start, out newLineLength);