7 references to GetAllTypeParameters
Microsoft.CodeAnalysis.CSharp (5)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
2170
source.OriginalDefinition.
GetAllTypeParameters
(typeParameters);
2520
source.OriginalDefinition.
GetAllTypeParameters
(typeParameters);
Symbols\TypeSymbolExtensions.cs (3)
1602
type.
GetAllTypeParameters
(builder);
1615
containingType.
GetAllTypeParameters
(result);
1628
type.
GetAllTypeParameters
(allTypeParameters);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
SymbolExtensions.cs (1)
17
method.ContainingType.
GetAllTypeParameters
(builder);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Source\TypeMapTests.cs (1)
96
type.
GetAllTypeParameters
(allTypeParameters);