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