2 overrides of ReceiverType
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\OverloadResolution.vb (2)
186
Public Overrides ReadOnly Property
ReceiverType
As TypeSymbol
425
Public Overrides ReadOnly Property
ReceiverType
As TypeSymbol
4 references to ReceiverType
Microsoft.CodeAnalysis.VisualBasic (4)
Semantics\OverloadResolution.vb (4)
5006
If Not left.Candidate.
ReceiverType
.IsSameTypeIgnoringAll(right.Candidate.
ReceiverType
) Then
5139
Dim leftType = left.Candidate.
ReceiverType
5140
Dim rightType = right.Candidate.
ReceiverType