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