12 references to SafeCharAt
Microsoft.CodeAnalysis.CSharp.EditorFeatures (12)
StringCopyPaste\StringCopyPasteHelpers.cs (2)
174if (SafeCharAt(text, end - 1) == '8') 176if (SafeCharAt(text, end - 1) is 'u' or 'U')
StringCopyPaste\StringInfo.cs (10)
98while (SafeCharAt(text, start) == '"') 124while (SyntaxFacts.IsWhitespace(SafeCharAt(text, rawStart))) 127if (SafeCharAt(text, rawStart) == '\r' && SafeCharAt(text, rawStart + 1) == '\n') 140while (SyntaxFacts.IsWhitespace(SafeCharAt(text, rawEnd - 1))) 143if (SafeCharAt(text, rawEnd - 2) == '\r' && SafeCharAt(text, rawEnd - 1) == '\n') 170if (SafeCharAt(text, start) == '@') 174if (SafeCharAt(text, start) == '"') 199while (SafeCharAt(text, start) is '@' or '$')