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