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