6 references to DelegateRelaxationLevelNarrowing
Microsoft.CodeAnalysis.VisualBasic (6)
Semantics\Conversions.vb (2)
2287Return convKind Or ConversionKind.DelegateRelaxationLevelNarrowing 4282result = ConversionKind.DelegateRelaxationLevelNarrowing
Semantics\OverloadResolution.vb (4)
657Debug.Assert(relaxationLevel <= ConversionKind.DelegateRelaxationLevelNarrowing) 659If relaxationLevel = ConversionKind.DelegateRelaxationLevelNarrowing Then 1011candidate.MaxDelegateRelaxationLevel = ConversionKind.DelegateRelaxationLevelNarrowing)) 1334If candidate.RequiresNarrowingConversion OrElse candidate.MaxDelegateRelaxationLevel = ConversionKind.DelegateRelaxationLevelNarrowing Then