6 references to AllowsCompileTimeConversions
Microsoft.CodeAnalysis.VisualBasic (6)
Semantics\Conversions.vb (6)
719
If Not destination.
AllowsCompileTimeConversions
() Then
738
If Not sourceExpressionType.
AllowsCompileTimeConversions
() Then
1651
Debug.Assert(sourceType.
AllowsCompileTimeConversions
() AndAlso targetDestinationType.
AllowsCompileTimeConversions
())
1681
Debug.Assert(sourceType.
AllowsCompileTimeConversions
() AndAlso destination.GetNullableUnderlyingTypeOrSelf().
AllowsCompileTimeConversions
())