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