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