5 references to IsLower
Microsoft.CodeAnalysis.PublicApiAnalyzers (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\StringBreaker.cs (5)
64else if (IsLower(firstChar)) 89if (IsLower(c)) 124if (current < length && IsLower(identifier[current])) 138else if (IsLower(c)) 154while (current < length && IsLower(identifier[current]))