Base:
2 overrides of GetField
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs (1)
112public sealed override FieldInfo? GetField(string name, BindingFlags bindingAttr) => GetModuleType().GetField(name, bindingAttr);
System\Reflection\TypeLoading\Modules\RoResourceModule.cs (1)
46public sealed override FieldInfo? GetField(string name, BindingFlags bindingAttr) => null;