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