28 references to RequiresNarrowingNotFromObject
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\OverloadResolution.vb (2)
2467If (current.RequiresNarrowingNotFromObject OrElse current.Candidate.IsExtensionMethod) Then 2564Not current.RequiresNarrowingNotFromObject AndAlso
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (26)
Semantics\OverloadResolution.vb (26)
726Assert.False(result.Candidates(0).RequiresNarrowingNotFromObject) 743Assert.True(result.Candidates(0).RequiresNarrowingNotFromObject) 774Assert.True(result.Candidates(0).RequiresNarrowingNotFromObject) 791Assert.False(result.Candidates(0).RequiresNarrowingNotFromObject) 822Assert.False(result.Candidates(0).RequiresNarrowingNotFromObject) 839Assert.True(result.Candidates(0).RequiresNarrowingNotFromObject) 870Assert.True(result.Candidates(0).RequiresNarrowingNotFromObject) 901Assert.True(result.Candidates(0).RequiresNarrowingNotFromObject) 931Assert.True(result.Candidates(0).RequiresNarrowingNotFromObject) 947Assert.True(result.Candidates(0).RequiresNarrowingNotFromObject) 963Assert.True(result.Candidates(0).RequiresNarrowingNotFromObject) 980Assert.False(result.Candidates(0).RequiresNarrowingNotFromObject) 1011Assert.False(result.Candidates(0).RequiresNarrowingNotFromObject) 1042Assert.False(result.Candidates(0).RequiresNarrowingNotFromObject) 1060Assert.True(result.Candidates(0).RequiresNarrowingNotFromObject) 1077Assert.True(result.Candidates(0).RequiresNarrowingNotFromObject) 1094Assert.True(result.Candidates(0).RequiresNarrowingNotFromObject) 1111Assert.True(result.Candidates(0).RequiresNarrowingNotFromObject) 1127Assert.False(result.Candidates(0).RequiresNarrowingNotFromObject) 1144Assert.False(result.Candidates(0).RequiresNarrowingNotFromObject) 1160Assert.False(result.Candidates(0).RequiresNarrowingNotFromObject) 1176Assert.True(result.Candidates(0).RequiresNarrowingNotFromObject) 1193Assert.True(result.Candidates(0).RequiresNarrowingNotFromObject) 1210Assert.False(result.Candidates(0).RequiresNarrowingNotFromObject) 1227Assert.True(result.Candidates(0).RequiresNarrowingNotFromObject) 1244Assert.False(result.Candidates(0).RequiresNarrowingNotFromObject)