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