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