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)
5008
If Not left.Candidate.
ReceiverType
.IsSameTypeIgnoringAll(right.Candidate.
ReceiverType
) Then
5141
Dim leftType = left.Candidate.
ReceiverType
5142
Dim rightType = right.Candidate.
ReceiverType