13 references to IsReducedExtensionMethod
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_Expressions.vb (1)
2545If symbol.IsReducedExtensionMethod() OrElse BindSimpleNameIsMemberOfType(symbol, containingType) Then
Binding\Binder_Invocation.vb (4)
36If lookupResult.IsGood AndAlso Not lookupResult.Symbols(0).IsReducedExtensionMethod() Then 1775If Not bestSymbols(0).IsReducedExtensionMethod Then 1797Dim bestSymbolIsExtension As Boolean = bestSymbol.IsReducedExtensionMethod 1884Dim isExtension As Boolean = symbol.IsReducedExtensionMethod()
Binding\Binder_Query.vb (1)
4442If result Is Nothing AndAlso Not failedDueToAnAmbiguity AndAlso Not lookupResult.Symbols(0).IsReducedExtensionMethod() Then
Binding\LookupResult.vb (2)
536Debug.Assert(other.Symbol.IsReducedExtensionMethod()) 537Debug.Assert(Not Me.HasSymbol OrElse Me.Symbols(0).IsReducedExtensionMethod())
Semantics\OverloadResolution.vb (4)
2867Debug.Assert(Not candidate.Candidate.UnderlyingSymbol.IsReducedExtensionMethod() OrElse methodOrPropertyGroup.ReceiverOpt IsNot Nothing OrElse TypeOf methodOrPropertyGroup.SyntaxTree Is DummySyntaxTree) 3076If candidateSymbol.IsReducedExtensionMethod() Then 3583If firstSymbol.IsReducedExtensionMethod() Then 3598If secondSymbol.IsReducedExtensionMethod() Then
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Semantics\MeMyBaseMyClassTests.vb (1)
570ElseIf (DirectCast(expectedSymbol, Symbol).IsReducedExtensionMethod = False) Then