4 references to IsNested
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\TypesTableNode.cs (1)
50if (!defType.Attributes.IsNested())
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (1)
302if (typeDef.Attributes.IsNested())
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (1)
527if (!_typeDefinition.Attributes.IsNested())
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\MetadataExtensions.cs (1)
200if (IsNested(def.Attributes))