Predicate Gvn :: getNameNested
Gets the name of type t
, including the enclosing type of t
as a qualifier,
but only if the enclosing type is not a GenericType
.
Import path
import semmle.code.csharp.Unification
string
getNameNested
(
Type
t
)