7 references to IsReducedExtensionMethod
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Invocation.vb (2)
1773If Not bestSymbols(0).IsReducedExtensionMethod Then 1795Dim bestSymbolIsExtension As Boolean = bestSymbol.IsReducedExtensionMethod
Binding\LookupResult.vb (1)
536Debug.Assert(other.Symbol.IsReducedExtensionMethod())
Semantics\OverloadResolution.vb (4)
3228Debug.Assert(Not candidate.Candidate.UnderlyingSymbol.IsReducedExtensionMethod() OrElse methodOrPropertyGroup.ReceiverOpt IsNot Nothing OrElse TypeOf methodOrPropertyGroup.SyntaxTree Is DummySyntaxTree) 3437If candidateSymbol.IsReducedExtensionMethod() Then 3946If firstSymbol.IsReducedExtensionMethod() Then 3961If secondSymbol.IsReducedExtensionMethod() Then