2 references to StartsWith
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer_RawStringLiteral.cs (2)
333if (!StartsWith(currentLineWhitespace, indentationWhitespace)) 342var isLegalBlankLine = isBlankLine && StartsWith(indentationWhitespace, currentLineWhitespace);