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