4 references to IsStringType
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
3987
else if (source.
IsStringType
())
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (1)
695
if (sourceType.
IsStringType
())
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (1)
608
if (expr.Type.
IsStringType
())
Symbols\ConstantValueUtils.cs (1)
165
if (!(expression.Type is null) && expression.Type.
IsStringType
())