2 references to CreateMethodParameter
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\Operators.vb (1)
3269Return SubstitutedParameterSymbol.CreateMethodParameter(DirectCast(param.ContainingSymbol, SubstitutedMethodSymbol),
Symbols\SubstitutedMethodSymbol.vb (1)
39substituted(i) = SubstitutedParameterSymbol.CreateMethodParameter(Me, unsubstituted(i))