9 references to IsNested
System.Private.CoreLib (9)
src\Internal\VersionResilientHashCode.CoreCLR.cs (2)
33int hashcode = NameHashCode(type.IsNested ? string.Empty : type.Namespace, type.Name); 34if (type.IsNested)
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeNameResolver.cs (3)
70if (typeName.IsNested) 79while (current.IsNested); 83while (current.IsNested)
src\libraries\System.Reflection.Metadata\src\System\Reflection\Metadata\TypeName.cs (4)
139/// If this type is a nested type (see <see cref="IsNested"/>), gets 351if (IsNested) 382if (rootTypeName.IsNested) 464else if (IsNested)