1 write to SetMethodBuilder
System.Reflection.DispatchProxy (1)
System\Reflection\DispatchProxyGenerator.cs (1)
364associatedProperty.SetMethodBuilder = mdb;
3 references to SetMethodBuilder
System.Reflection.DispatchProxy (3)
System\Reflection\DispatchProxyGenerator.cs (3)
385if (ai.GetMethodBuilder == null && ai.SetMethodBuilder == null) 391if (ai.SetMethodBuilder != null) 392pb.SetSetMethod(ai.SetMethodBuilder);