11 references to IsNested
illink (2)
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 351if (IsNested) 382if (rootTypeName.IsNested) 464else if (IsNested) 604TypeName? declaringType = IsNested