3 references to GetNakedType
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\SemanticChecker.cs (1)
91
type = type.
GetNakedType
(true);
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (2)
39
type = type.
GetNakedType
(false);
105
CType arg = typeArgsThis[i].
GetNakedType
(true);