5 references to IsLower
Microsoft.CodeAnalysis.Workspaces (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\StringBreaker.cs (5)
63else if (IsLower(firstChar)) 88if (IsLower(c)) 123if (current < length && IsLower(identifier[current])) 137else if (IsLower(c)) 153while (current < length && IsLower(identifier[current]))