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