5 references to IsString
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (5)
AttributeHelpers.cs (1)
79if (argumentType.IsArray && argumentType.GetElementType().IsString())
Formatter.Values.cs (3)
46if (lmrType.IsString()) 237if (lmrType.IsString()) 424else if (type.IsString())
ResultsViewExpansion.cs (1)
140return !type.IsString() && !type.IsArray;