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