1 write to _instance
System.Windows.Forms.Common.TestUtilities (1)
TestAccessor.cs (1)
56_instance = instance;
2 references to _instance
System.Windows.Forms.Common.TestUtilities (2)
TestAccessor.cs (2)
57_dynamicWrapper = new DynamicWrapper(_instance); 79return (TDelegate)methodInfo.CreateDelegate(type, methodInfo.IsStatic ? null : _instance);