Base:
method
GetField
System.Reflection.Module.GetField(System.String, System.Reflection.BindingFlags)
2 references to GetField
mscorlib (2)
system\reflection\emit\modulebuilder.cs (1)
1083
return InternalModule.
GetField
(name, bindingAttr);
system\reflection\module.cs (1)
416
return rtModule.
GetField
(name, bindingAttr);