16 references to IsCharSZArray
Microsoft.CodeAnalysis.VisualBasic (16)
Binding\Binder_Operators.vb (2)
1045rightType.IsCharSZArray() OrElse 1085leftType.IsCharSZArray() OrElse
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_Conversion.vb (2)
250ElseIf underlyingTo.IsStringType() AndAlso underlyingFrom.IsCharSZArray() Then 253ElseIf underlyingFrom.IsReferenceType AndAlso underlyingTo.IsCharSZArray() Then
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (6)
849(underlyingTypeTo.IsCharSZArray() OrElse underlyingTypeTo.IsIntrinsicValueType()) Then 853(underlyingTypeFrom.IsCharSZArray() OrElse underlyingTypeFrom.IsIntrinsicValueType()) Then 856ElseIf underlyingTypeFrom.IsReferenceType AndAlso underlyingTypeTo.IsCharSZArray() Then 874Debug.Assert(typeFrom.IsReferenceType AndAlso typeTo.IsCharSZArray()) 1002If underlyingTypeFrom.IsCharSZArray() Then 1105If underlyingTypeTo.IsCharSZArray() Then
Semantics\Operators.vb (6)
886(leftEnumUnderlying.IsStringType() OrElse leftEnumUnderlying.IsObjectType() OrElse leftEnumUnderlying.IsCharSZArray())) OrElse 888(rightEnumUnderlying.IsStringType() OrElse rightEnumUnderlying.IsObjectType() OrElse rightEnumUnderlying.IsCharSZArray())) Then 957If leftSpecialType = SpecialType.None AndAlso leftEnumUnderlying.IsCharSZArray() Then 961If rightSpecialType = SpecialType.None AndAlso rightEnumUnderlying.IsCharSZArray() Then 994Not leftEnumUnderlying.IsCharSZArray()) OrElse 997Not rightEnumUnderlying.IsCharSZArray()) OrElse