3 references to IsWidening
Microsoft.CodeAnalysis.VisualBasic (3)
Semantics\Conversions.vb (3)
39''' If this returns True, exactly one of <see cref="IsNarrowing"/> or <see cref="IsWidening"/> will return True. 40''' If this returns False, neither <see cref="IsNarrowing"/> or <see cref="IsWidening"/> will return True. 242Return New CommonConversion(Exists, IsIdentity, IsNumeric, IsReference, IsWidening, IsNullableValueType, MethodSymbol, constrainedToType:=Nothing)