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)
657
Debug.Assert(relaxationLevel <= ConversionKind.
DelegateRelaxationLevelNarrowing
)
659
If relaxationLevel = ConversionKind.
DelegateRelaxationLevelNarrowing
Then
1011
candidate.MaxDelegateRelaxationLevel = ConversionKind.
DelegateRelaxationLevelNarrowing
))
1334
If candidate.RequiresNarrowingConversion OrElse candidate.MaxDelegateRelaxationLevel = ConversionKind.
DelegateRelaxationLevelNarrowing
Then