9 references to IsNested
illink (2)
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 338else if (IsNested) 459TypeName? declaringType = IsNested
System.Windows.Forms (3)
System\Windows\Forms\Internal\TypeExtensions.cs (3)
79|| type.IsNested != typeName.IsNested 166|| x.IsNested != y.IsNested