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