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)
27internal MethodInfo GetMethodBuilder() => _method; 34if (_method.DeclaringType is TypeBuilder typeBuilder && typeBuilder.IsCreated())