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