39 references to NestedTypes
illink (29)
Linker.Dataflow\CompilerGeneratedState.cs (1)
46
foreach (var nestedType in type.
NestedTypes
)
Linker.Dataflow\DynamicallyAccessedMembersBinder.cs (2)
258
foreach (var nestedType in type.
NestedTypes
)
427
foreach (var nested in type.
NestedTypes
)
Linker.Steps\AddBypassNGenStep.cs (2)
57
for (int i = 0; i < type.
NestedTypes
.Count; i++)
59
var nested = type.
NestedTypes
[i];
Linker.Steps\CleanStep.cs (1)
60
foreach (var nested in type.
NestedTypes
)
Linker.Steps\CodeRewriterStep.cs (1)
43
foreach (var nested in type.
NestedTypes
)
Linker.Steps\DescriptorMarker.cs (1)
105
foreach (TypeDefinition nested in type.
NestedTypes
)
Linker.Steps\LinkAttributesParser.cs (1)
519
foreach (TypeDefinition nested in type.
NestedTypes
)
Linker.Steps\MarkStep.cs (3)
350
foreach (TypeDefinition nested in type.
NestedTypes
)
623
foreach (var nestedType in type.
NestedTypes
)
2874
foreach (var nestedType in td.
NestedTypes
)
Linker.Steps\MarkSubStepsDispatcher.cs (1)
99
BrowseTypes(type.
NestedTypes
);
Linker.Steps\ProcessLinkerXmlBase.cs (1)
224
foreach (var nt in type.
NestedTypes
)
Linker.Steps\ReflectionBlockedStep.cs (2)
50
foreach (var nested in type.
NestedTypes
)
64
foreach (var nested in type.
NestedTypes
)
Linker.Steps\RemoveSecurityStep.cs (1)
41
foreach (var nested in type.
NestedTypes
)
Linker.Steps\RootAssemblyInputStep.cs (1)
164
foreach (TypeDefinition nested in type.
NestedTypes
)
Linker.Steps\SealerStep.cs (2)
55
PopulateCache(t.
NestedTypes
);
70
foreach (var nt in type.
NestedTypes
)
Linker.Steps\SubStepsDispatcher.cs (1)
121
BrowseTypes(type.
NestedTypes
);
Linker.Steps\SweepStep.cs (4)
326
for (int i = 0; i < type.
NestedTypes
.Count; i++)
328
var nested = type.
NestedTypes
[i];
331
ElementRemoved(type.
NestedTypes
[i]);
332
type.
NestedTypes
.RemoveAt(i--);
Linker\DocumentationSignatureParser.cs (1)
541
foreach (var nestedType in declaringType.
NestedTypes
)
Linker\TypeMapInfo.cs (1)
129
foreach (var nested in type.
NestedTypes
)
Linker\TypeNameResolver.cs (1)
161
foreach (var nestedType in type.
NestedTypes
)
Linker\TypeReferenceWalker.cs (1)
137
foreach (var nestedType in typeDefinition.
NestedTypes
)
Microsoft.Maui.Controls.Build.Tasks (1)
SetPropertiesVisitor.cs (1)
1843
parentContext.Body.Method.DeclaringType.
NestedTypes
.Add(anonType);
Mono.Cecil (7)
Mono.Cecil\AssemblyReader.cs (2)
206
ReadTypes (type.
NestedTypes
);
410
ReadTypesSymbols (type.
NestedTypes
, symbol_reader);
Mono.Cecil\AssemblyWriter.cs (2)
1328
var nested_types = type.
NestedTypes
;
1605
var nested_types = type.
NestedTypes
;
Mono.Cecil\ModuleDefinition.cs (1)
757
foreach (var nested in GetTypes (type.
NestedTypes
))
Mono.Cecil\TypeDefinition.cs (2)
499
var nested_types = this.
NestedTypes
;
624
var nested_types = self.
NestedTypes
;
Mono.Cecil.Rocks (1)
Mono.Cecil.Rocks\ModuleDefinitionRocks.cs (1)
29
Functional.Y<TypeDefinition, IEnumerable<TypeDefinition>> (f => type => type.
NestedTypes
.SelectMany (f).Prepend (type)));
tlens (1)
TLens.Analyzers\Analyzer.cs (1)
35
foreach (var nt in type.
NestedTypes
)