11 references to IsNested
illink (2)
Linker\TypeNameResolver.cs (2)
98
while (topLevelTypeName.
IsNested
)
127
if (typeName.
IsNested
)
System.Formats.Nrbf (1)
System\Formats\Nrbf\SerializationRecord.cs (1)
105
|| type.IsNested != typeName.
IsNested
System.Private.Windows.Core (3)
System\TypeExtensions.cs (3)
41
|| type.IsNested != typeName.
IsNested
101
|| x.
IsNested
!= y.
IsNested
System.Reflection.Metadata (5)
System\Reflection\Metadata\TypeName.cs (5)
139
/// If this type is a nested type (see <see cref="
IsNested
"/>), gets
351
if (
IsNested
)
382
if (rootTypeName.
IsNested
)
464
else if (
IsNested
)
604
TypeName? declaringType =
IsNested