6 overrides of GetMethodBody
System.Private.CoreLib (2)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
220
public override MethodBody?
GetMethodBody
()
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
274
public override MethodBody?
GetMethodBody
()
System.Reflection.Context (2)
System\Reflection\Context\Delegation\DelegatingConstructorInfo.cs (1)
111
public override MethodBody?
GetMethodBody
()
System\Reflection\Context\Delegation\DelegatingMethodInfo.cs (1)
138
public override MethodBody?
GetMethodBody
()
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoConstructor.cs (1)
61
public abstract override MethodBody?
GetMethodBody
();
System\Reflection\TypeLoading\Methods\RoMethod.cs (1)
69
public abstract override MethodBody?
GetMethodBody
();
4 references to GetMethodBody
GenerateDocumentationAndConfigFiles (1)
CodeFixerExtensions.cs (1)
79
MethodBody? body = moveNextMethod.
GetMethodBody
();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
3710
byte[] instrs = method.
GetMethodBody
()!.GetILAsByteArray()!;
System.Reflection.Context (2)
System\Reflection\Context\Delegation\DelegatingConstructorInfo.cs (1)
113
return UnderlyingConstructor.
GetMethodBody
();
System\Reflection\Context\Delegation\DelegatingMethodInfo.cs (1)
140
return UnderlyingMethod.
GetMethodBody
();