1 write to _method
System.Reflection.Emit (1)
System\Reflection\Emit\LocalBuilderImpl.cs (1)
22
_method
= method;
2 references to _method
System.Reflection.Emit (2)
System\Reflection\Emit\LocalBuilderImpl.cs (2)
27
internal MethodInfo GetMethodBuilder() =>
_method
;
34
if (
_method
.DeclaringType is TypeBuilder typeBuilder && typeBuilder.IsCreated())