2 references to IsIdentifierPartCharacter
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
src\ExpressionEvaluator\Core\Source\ResultProvider\Formatter.cs (2)
253
if (this.
IsIdentifierPartCharacter
(ch))
327
else if (!
IsIdentifierPartCharacter
(ch) && !IsWhitespace(ch))