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