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