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