6 references to AllowsCompileTimeConversions
Microsoft.CodeAnalysis.VisualBasic (6)
Semantics\Conversions.vb (6)
715
If Not destination.
AllowsCompileTimeConversions
() Then
734
If Not sourceExpressionType.
AllowsCompileTimeConversions
() Then
1647
Debug.Assert(sourceType.
AllowsCompileTimeConversions
() AndAlso targetDestinationType.
AllowsCompileTimeConversions
())
1677
Debug.Assert(sourceType.
AllowsCompileTimeConversions
() AndAlso destination.GetNullableUnderlyingTypeOrSelf().
AllowsCompileTimeConversions
())