16 references to IsCharSZArray
Microsoft.CodeAnalysis.VisualBasic (16)
Binding\Binder_Operators.vb (2)
1075rightType.IsCharSZArray() OrElse 1115leftType.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)
763(underlyingTypeTo.IsCharSZArray() OrElse underlyingTypeTo.IsIntrinsicValueType()) Then 767(underlyingTypeFrom.IsCharSZArray() OrElse underlyingTypeFrom.IsIntrinsicValueType()) Then 770ElseIf underlyingTypeFrom.IsReferenceType AndAlso underlyingTypeTo.IsCharSZArray() Then 788Debug.Assert(typeFrom.IsReferenceType AndAlso typeTo.IsCharSZArray()) 916If underlyingTypeFrom.IsCharSZArray() Then 1019If 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