5 references to GetTypeParameterType
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
578
Debug.Assert(pSymbol.
GetTypeParameterType
() == null); // Should have been checked first before creating
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeParameterType.cs (1)
19
Debug.Assert(symbol.
GetTypeParameterType
() == null);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (3)
394
if (AreTypeParametersEquivalent(typeParam.
GetTypeParameterType
().AssociatedSystemType, t))
396
return typeParam.
GetTypeParameterType
();
505
TypeParameterType type = parSym.
GetTypeParameterType
();