9 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)
101
|| type.IsNested != typeName.
IsNested
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeName.cs (3)
107
/// If this type is a nested type (see <see cref="
IsNested
"/>), gets
338
else if (
IsNested
)
459
TypeName? declaringType =
IsNested
System.Windows.Forms (3)
System\Windows\Forms\Internal\TypeExtensions.cs (3)
79
|| type.IsNested != typeName.
IsNested
166
|| x.
IsNested
!= y.
IsNested