9 references to IsNested
System.Private.CoreLib (9)
src\Internal\VersionResilientHashCode.CoreCLR.cs (2)
33
int hashcode = NameHashCode(type.
IsNested
? string.Empty : type.Namespace, type.Name);
34
if (type.
IsNested
)
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeNameResolver.cs (3)
70
if (typeName.
IsNested
)
79
while (current.
IsNested
);
83
while (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
351
if (
IsNested
)
382
if (rootTypeName.
IsNested
)
464
else if (
IsNested
)