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