4 references to IsNested
System.Reflection.Metadata (4)
System\Reflection\Metadata\Internal\NamespaceCache.cs (1)
332
if (type.Attributes.
IsNested
())
System\Reflection\Metadata\MetadataReader.WinMD.cs (2)
403
else if (parentFlags.
IsNested
())
773
if (TypeDefTable.GetFlags(typeDef).
IsNested
())
System\Reflection\Metadata\TypeSystem\TypeDefinition.cs (1)
57
public bool IsNested => Attributes.
IsNested
();