Base:
method
GetFields
Internal.TypeSystem.TypeDesc.GetFields()
3 references to GetFields
ILCompiler.Compiler (2)
Compiler\Dataflow\FlowAnnotations.cs (1)
379foreach (EcmaField field in ecmaType.GetFields())
Compiler\DependencyAnalysis\ManagedDataDescriptorNode.cs (1)
138foreach (FieldDesc field in type.GetFields())
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (1)
153foreach (var field in type.GetFields())