2 overrides of ReceiverType
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\OverloadResolution.vb (2)
183
Public Overrides ReadOnly Property
ReceiverType
As TypeSymbol
400
Public Overrides ReadOnly Property
ReceiverType
As TypeSymbol
4 references to ReceiverType
Microsoft.CodeAnalysis.VisualBasic (4)
Semantics\OverloadResolution.vb (4)
4607
If Not left.Candidate.
ReceiverType
.IsSameTypeIgnoringAll(right.Candidate.
ReceiverType
) Then
4740
Dim leftType = left.Candidate.
ReceiverType
4741
Dim rightType = right.Candidate.
ReceiverType