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