5 references to GetAddMethod
System.Xaml (2)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
83
MethodInfo addMethod =
GetAddMethod
(itemType);
117
MethodInfo addMethod =
GetAddMethod
(itemType);
System.Xaml.Tests (3)
System\Xaml\Schema\XamlTypeInvokerTests.cs (3)
380
Assert.Equal(expected, invoker.
GetAddMethod
(contentType));
381
Assert.Equal(expected, invoker.
GetAddMethod
(contentType));
388
Assert.Throws<ArgumentNullException>("contentType", () => invoker.
GetAddMethod
(null));