5 references to GetAllTypeParameters
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (2)
404
Dim otherTypeParameters As ImmutableArray(Of TypeParameterSymbol) = otherDef.
GetAllTypeParameters
()
738
Dim typeMap = TypeSubstitution.Create(translatedOriginalDef, translatedOriginalDef.
GetAllTypeParameters
(), translatedTypeArguments, False)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
1373
Dim containingTypeParameters = container.
GetAllTypeParameters
()
Symbols\Metadata\PE\SymbolFactory.vb (1)
120
Dim genericParameters = genericType.
GetAllTypeParameters
()
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EENamedTypeSymbol.vb (1)
83
Me.SourceTypeParameters = sourceType.
GetAllTypeParameters
()