2 overrides of IsGeneric
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\OverloadResolution.vb (2)
165
Public Overrides ReadOnly Property
IsGeneric
As Boolean
404
Public Overrides ReadOnly Property
IsGeneric
As Boolean
4 references to IsGeneric
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Invocation.vb (2)
2199
If candidate.
IsGeneric
AndAlso candidateAnalysisResult.State = OverloadResolution.CandidateAnalysisResultState.TypeInferenceFailed Then
2271
Debug.Assert(candidate.
IsGeneric
)
Semantics\OverloadResolution.vb (2)
4625
If Not (left.Candidate.
IsGeneric
OrElse right.Candidate.
IsGeneric
) Then