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