3 references to GetNestedTypesOnType
illink (3)
Linker.Dataflow\DynamicallyAccessedMembersBinder.cs (2)
83
foreach (var nested in typeDefinition.ApplyIncludeInherited(context, t => t.
GetNestedTypesOnType
(context, filter: null, bindingFlags: BindingFlags.NonPublic), withInherited))
96
foreach (var nested in typeDefinition.ApplyIncludeInherited(context, t => t.
GetNestedTypesOnType
(context, filter: null, bindingFlags: BindingFlags.Public), withInherited))
Linker.Dataflow\HandleCallAction.cs (1)
244
foreach (var nestedType in type.Type.
GetNestedTypesOnType
(_context, t => t.Name == name, bindingFlags))