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