6 overrides of GetMethodBody
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeConstructorInfo.cs (1)
36
public sealed override MethodBody
GetMethodBody
()
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
137
public sealed 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)
60
public abstract override MethodBody?
GetMethodBody
();
System\Reflection\TypeLoading\Methods\RoMethod.cs (1)
68
public abstract override MethodBody?
GetMethodBody
();
3 references to GetMethodBody
GenerateDocumentationAndConfigFiles (1)
CodeFixerExtensions.cs (1)
81
MethodBody? body = moveNextMethod.
GetMethodBody
();
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
();