3 references to GetNestedTypesOnType
ILCompiler.Compiler (3)
Compiler\Dataflow\HandleCallAction.cs (1)
680
foreach (var nestedType in type.Type.
GetNestedTypesOnType
(t => t.Name.StringEquals(name), bindingFlags))
src\runtime\src\coreclr\tools\Common\Compiler\Dataflow\DynamicallyAccessedMembersBinder.cs (2)
84
foreach (var t in typeDefinition.ApplyIncludeInherited(t => t.
GetNestedTypesOnType
(filter: null, bindingFlags: BindingFlags.NonPublic), withInherited))
97
foreach (var t in typeDefinition.ApplyIncludeInherited(t => t.
GetNestedTypesOnType
(filter: null, bindingFlags: BindingFlags.Public), withInherited))