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