2 overrides of TypeParameters
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\OverloadResolution.vb (2)
201Public Overrides ReadOnly Property TypeParameters As ImmutableArray(Of TypeParameterSymbol) 418Public Overrides ReadOnly Property TypeParameters As ImmutableArray(Of TypeParameterSymbol)
4 references to TypeParameters
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Invocation.vb (3)
2214ReportDiagnostic(diagnostics, diagnosticLocation, ERRID.ERR_UnboundTypeParam1, candidate.TypeParameters(i)) 2217ERRID.ERR_UnboundTypeParam3, candidate.TypeParameters(i), 2221ERRID.ERR_UnboundTypeParam2, candidate.TypeParameters(i), If(representCandidateInDiagnosticsOpt, candidateSymbol))
Semantics\OverloadResolution.vb (1)
4906candidate.Candidate.TypeParameters(i),