1 write to SetMethodBuilder
System.Reflection.DispatchProxy (1)
System\Reflection\DispatchProxyGenerator.cs (1)
359associatedProperty.SetMethodBuilder = mdb;
3 references to SetMethodBuilder
System.Reflection.DispatchProxy (3)
System\Reflection\DispatchProxyGenerator.cs (3)
380if (ai.GetMethodBuilder == null && ai.SetMethodBuilder == null) 386if (ai.SetMethodBuilder != null) 387pb.SetSetMethod(ai.SetMethodBuilder);