1 implementation of FullName
System (1)
compmod\system\componentmodel\NestedContainer.cs (1)
155
public string
FullName
{
3 references to FullName
System (3)
compmod\system\componentmodel\NestedContainer.cs (1)
59
ownerName = nestedOwnerSite.
FullName
;
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
767
return ns.
FullName
;
1602
return nestedSite.
FullName
;